Slight changes in functional tests.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2235 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -210,7 +210,7 @@ class WikiControllerTest < Test::Unit::TestCase
|
||||
assert page.protected?
|
||||
@request.session[:user_id] = 2
|
||||
post :protect, :id => 1, :page => page.title, :protected => '0'
|
||||
assert_redirected_to 'wiki/ecookbook'
|
||||
assert_redirected_to '/wiki/ecookbook/CookBook_documentation'
|
||||
assert !page.reload.protected?
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user