summaryrefslogtreecommitdiff
path: root/modules/gallery/tests
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-12-06 21:38:47 -0800
committerBharat Mediratta <bharat@menalto.com>2009-12-06 21:38:47 -0800
commitd5c35210b90565e7a6e79b86288b843b8e3b835e (patch)
tree9b489733b43007f33e040e63a0106fc63c6eafbf /modules/gallery/tests
parenta6dbd25cf11e1b5044862eea9bac0ff3cdf6de80 (diff)
parent16bed1ffd54000922f806af669f618970600420f (diff)
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Diffstat (limited to 'modules/gallery/tests')
-rw-r--r--modules/gallery/tests/Albums_Controller_Test.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/tests/Albums_Controller_Test.php b/modules/gallery/tests/Albums_Controller_Test.php
index 9b904387..5f23f821 100644
--- a/modules/gallery/tests/Albums_Controller_Test.php
+++ b/modules/gallery/tests/Albums_Controller_Test.php
@@ -44,7 +44,6 @@ class Albums_Controller_Test extends Unit_Test_Case {
$_POST["direction"] = "ASC";
$_POST["csrf"] = access::csrf_token();
$_POST["slug"] = "new-name";
- $_POST["_method"] = "put";
access::allow(identity::everybody(), "edit", $root);
ob_start();