From 190b4398074cc18a1b1c0b3a2640122bce3d9083 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 5 Nov 2008 01:39:21 +0000 Subject: Moved MPTT related tests to ORM_MPTT_Test --- core/tests/Album_Test.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/tests') 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() { -- cgit v1.2.3