diff options
Diffstat (limited to 'core/tests/Album_Test.php')
-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() { |