summaryrefslogtreecommitdiff
path: root/modules/gallery
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-01-02 14:37:51 -0800
committerBharat Mediratta <bharat@menalto.com>2010-01-02 14:37:51 -0800
commit3ceb0d57ba600b2e1ff0bf4c8bc16ead0f1f23d1 (patch)
tree557f315473d3eb1fc9775637b12e365c80f1a4c8 /modules/gallery
parent7c03644777571105ac2ceaec4892bf5920de7283 (diff)
Update the expected response after modifying an album to match the
change I made in 20bd09ff004816ae152a2f890a24dc5e85741fac
Diffstat (limited to 'modules/gallery')
-rw-r--r--modules/gallery/tests/Album_Helper_Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/tests/Album_Helper_Test.php b/modules/gallery/tests/Album_Helper_Test.php
index 2080ef30..1284b8cc 100644
--- a/modules/gallery/tests/Album_Helper_Test.php
+++ b/modules/gallery/tests/Album_Helper_Test.php
@@ -57,7 +57,7 @@ class Album_Helper_Test extends Unit_Test_Case {
$rand = rand();
$root = ORM::factory("item", 1);
$album = album::create($root, $rand, $rand, $rand);
- $this->assert_equal("http://./var/resizes/$rand/.album.jpg", $album->resize_url());
+ $this->assert_equal("http://./var/resizes/$rand/.album.jpg?m={$album->updated}", $album->resize_url());
}
public function create_album_shouldnt_allow_names_with_slash_test() {