summaryrefslogtreecommitdiff
path: root/modules/gallery/tests
diff options
context:
space:
mode:
authorNathan Kinkade <nkinkade@nkinka.de>2009-12-22 23:34:50 +0000
committerNathan Kinkade <nkinkade@nkinka.de>2009-12-22 23:34:50 +0000
commit5855c4333ce6929c63d5639c7623152d80447d47 (patch)
treee2a22c1b7c6d95539fd63984622124deb934b875 /modules/gallery/tests
parent1baaeeefe81ef1a96153a050e9307d99768dd0df (diff)
parent86e0bc863a1c6739a9cd153931c099307e4c1000 (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
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();