mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-30 11:40:43 -04:00
Update tests to reflect the new code that allows changing file and directory names
This commit is contained in:
@@ -32,6 +32,7 @@ class Albums_Controller_Test extends Unit_Test_Case {
|
||||
$album = album::create($root, "test", "test", "test");
|
||||
$orig_name = $album->name;
|
||||
|
||||
$_POST["dirname"] = "test";
|
||||
$_POST["name"] = "new name";
|
||||
$_POST["title"] = "new title";
|
||||
$_POST["description"] = "new description";
|
||||
|
||||
Reference in New Issue
Block a user