Update the expected response after modifying an album to match the

change I made in 20bd09ff00
This commit is contained in:
Bharat Mediratta
2010-01-02 14:37:51 -08:00
parent 7c03644777
commit 3ceb0d57ba

View File

@@ -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() {