summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-05 01:39:21 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-05 01:39:21 +0000
commit190b4398074cc18a1b1c0b3a2640122bce3d9083 (patch)
tree218f75064b8df7b9285854b8e7c76a189295a31e
parent04a738bc18bdae995343b17b60fe6f7c5e4f247d (diff)
Moved MPTT related tests to ORM_MPTT_Test
-rw-r--r--core/tests/Album_Test.php3
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() {