From c2db5d0fc956785eca032a340939c8aac3f2d34a Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 11 Mar 2009 00:17:48 +0000 Subject: Fix the test, with the addition of the additional fields required by album sort order change. --- core/tests/Albums_Controller_Test.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/tests') diff --git a/core/tests/Albums_Controller_Test.php b/core/tests/Albums_Controller_Test.php index 57a5bf64..b43ae01b 100644 --- a/core/tests/Albums_Controller_Test.php +++ b/core/tests/Albums_Controller_Test.php @@ -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(); -- cgit v1.2.3