diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-05 01:39:21 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-05 01:39:21 +0000 |
commit | 190b4398074cc18a1b1c0b3a2640122bce3d9083 (patch) | |
tree | 218f75064b8df7b9285854b8e7c76a189295a31e /core/tests | |
parent | 04a738bc18bdae995343b17b60fe6f7c5e4f247d (diff) |
Moved MPTT related tests to ORM_MPTT_Test
Diffstat (limited to 'core/tests')
-rw-r--r-- | core/tests/Album_Test.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/tests/Album_Test.php b/core/tests/Album_Test.php index 52ee4833..5a41a08a 100644 --- a/core/tests/Album_Test.php +++ b/core/tests/Album_Test.php @@ -33,9 +33,6 @@ class Album_Test extends Unit_Test_Case { $this->assert_equal($rand, $album->name); $this->assert_equal($rand, $album->title); $this->assert_equal($rand, $album->description); - - $this->assert_equal($album->parent()->right - 2, $album->left); - $this->assert_equal($album->parent()->right - 1, $album->right); } public function create_conflicting_album_test() { |