Deconflicting a name of an input for two forms on the same page

This commit is contained in:
Alexey Verkhovsky 2005-02-10 21:41:31 +00:00
parent 4e6d2cbdf6
commit 8ab380d6dd
3 changed files with 3 additions and 3 deletions

View file

@ -333,7 +333,7 @@ class WikiControllerTest < Test::Unit::TestCase
"category: trees",
Time.now, Author.new('TreeHugger', '127.0.0.2'))
r = process('remove_orphaned_pages', 'web' => 'wiki1', 'system_password' => 'pswd')
r = process('remove_orphaned_pages', 'web' => 'wiki1', 'system_password_orphaned' => 'pswd')
assert_redirected_to :action => 'list'
assert_equal [@home, @oak], @web.select.sort,