From 1fc2307faba7f280e9251de54504122a1dcb187e Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 8 Feb 2009 02:21:28 +0000 Subject: rollback r20001-r19998, r19995. This may require a reinstall --- core/tests/Album_Helper_Test.php | 1 - 1 file changed, 1 deletion(-) (limited to 'core/tests/Album_Helper_Test.php') diff --git a/core/tests/Album_Helper_Test.php b/core/tests/Album_Helper_Test.php index 75981265..d085ca88 100644 --- a/core/tests/Album_Helper_Test.php +++ b/core/tests/Album_Helper_Test.php @@ -43,7 +43,6 @@ class Album_Helper_Test extends Unit_Test_Case { $album1 = album::create($root, $rand, $rand, $rand); $album2 = album::create($root, $rand, $rand, $rand); $this->assert_true($album1->name != $album2->name); - $this->assert_true($album1->path != $album2->path); } public function thumb_url_test() { -- cgit v1.2.3