renamde a test for authenticate with wrong password so that it does not duplicate the name of another test.
This commit is contained in:
parent
785276efc1
commit
60dfbd72b7
|
@ -31,7 +31,7 @@ class WikiControllerTest < Test::Unit::TestCase
|
||||||
assert_equal ['pswd'], r.cookies['web_address']
|
assert_equal ['pswd'], r.cookies['web_address']
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_authenticate
|
def test_authenticate_wrong_password
|
||||||
@web.password = 'pswd'
|
@web.password = 'pswd'
|
||||||
|
|
||||||
r = process('authenticate', 'web' => 'wiki1', 'password' => 'wrong password')
|
r = process('authenticate', 'web' => 'wiki1', 'password' => 'wrong password')
|
||||||
|
|
Loading…
Reference in a new issue