mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-22 04:19:11 -04:00
Update the expected response after modifying an album to match the
change I made in 20bd09ff00
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user