mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 19:39:16 -04:00
Fix the test, with the addition of the additional fields required by
album sort order change.
This commit is contained in:
@@ -31,7 +31,10 @@ class Albums_Controller_Test extends Unit_Test_Case {
|
||||
$_POST["name"] = "new name";
|
||||
$_POST["title"] = "new title";
|
||||
$_POST["description"] = "new description";
|
||||
$_POST["column"] = "id";
|
||||
$_POST["direction"] = "ASC";
|
||||
$_POST["csrf"] = access::csrf_token();
|
||||
$_POST["_method"] = "put";
|
||||
access::allow(group::everybody(), "edit", $root);
|
||||
|
||||
ob_start();
|
||||
|
||||
Reference in New Issue
Block a user