diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-01-18 12:54:26 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-01-18 12:54:26 -0800 |
commit | ebb909625c348d4f3e4f91cd743426970835939c (patch) | |
tree | 5c0048471f6090469d8ecdcf4941269bd48a9df1 /modules/gallery/tests/Gallery_Installer_Test.php | |
parent | dc286cc2bd96a70505c16487905b4aae761feeff (diff) | |
parent | 9384f987bb96d0d39787ff9d3d16a70c01cd76e0 (diff) |
Merge branch 'master' into bharat_dev
Diffstat (limited to 'modules/gallery/tests/Gallery_Installer_Test.php')
-rw-r--r-- | modules/gallery/tests/Gallery_Installer_Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/tests/Gallery_Installer_Test.php b/modules/gallery/tests/Gallery_Installer_Test.php index 43399fb4..74a07b1a 100644 --- a/modules/gallery/tests/Gallery_Installer_Test.php +++ b/modules/gallery/tests/Gallery_Installer_Test.php @@ -41,7 +41,7 @@ class Gallery_Installer_Test extends Unit_Test_Case { $this->assert_equal("Gallery", $root->title); $this->assert_equal(1, $root->left_ptr); $this->assert_equal($max_right_ptr, $root->right_ptr); - $this->assert_equal(null, $root->parent_id); + $this->assert_equal(0, $root->parent_id); $this->assert_equal(1, $root->level); } } |