diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-05-28 02:36:36 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-28 02:36:36 -0700 |
| commit | f56e095aeb6e5544360136a48373300f3cecb715 (patch) | |
| tree | ecbe0c63ccd93aeb515bb32036c24f1f3f64e81d /modules/gallery/tests/Album_Helper_Test.php | |
| parent | 8c3135ef723bf494756b44247342af6c8cf6648b (diff) | |
| parent | 1a095fffe50437dbe7814c52886a58b6309ce8eb (diff) | |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/gallery/tests/Album_Helper_Test.php')
| -rw-r--r-- | modules/gallery/tests/Album_Helper_Test.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gallery/tests/Album_Helper_Test.php b/modules/gallery/tests/Album_Helper_Test.php index 80afa8d1..2080ef30 100644 --- a/modules/gallery/tests/Album_Helper_Test.php +++ b/modules/gallery/tests/Album_Helper_Test.php @@ -49,7 +49,8 @@ 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/thumbs/$rand/.album.jpg", $album->thumb_url()); + $this->assert_equal( + "http://./var/thumbs/$rand/.album.jpg?m={$album->updated}", $album->thumb_url()); } public function resize_url_test() { |
