hand-port from 2.3

This commit is contained in:
Shish 2009-08-19 01:33:00 +01:00
parent 1946e3c943
commit b26ac06c3b

View File

@ -41,8 +41,8 @@ class WikiTest extends SCoreWebTestCase {
function testLock() {
$this->log_in_as_admin();
$this->get_page("setup");
$this->set_field("_config_wiki_Edit_anon", false);
$this->set_field("_config_wiki_Edit_user", true);
$this->set_field("_config_wiki_edit_anon", false);
$this->set_field("_config_wiki_edit_user", true);
$this->click("Save Settings");
$this->get_page("wiki/test_locked");