summaryrefslogtreecommitdiff
path: root/core/tests/Album_Helper_Test.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/tests/Album_Helper_Test.php')
-rw-r--r--core/tests/Album_Helper_Test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/tests/Album_Helper_Test.php b/core/tests/Album_Helper_Test.php
index d085ca88..75981265 100644
--- a/core/tests/Album_Helper_Test.php
+++ b/core/tests/Album_Helper_Test.php
@@ -43,6 +43,7 @@ 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() {