renamde a test for authenticate with wrong password so that it does not duplicate the name of another test.

This commit is contained in:
Alexey Verkhovsky 2005-01-28 00:52:37 +00:00
parent 785276efc1
commit 60dfbd72b7

View file

@ -31,7 +31,7 @@ class WikiControllerTest < Test::Unit::TestCase
assert_equal ['pswd'], r.cookies['web_address']
end
def test_authenticate
def test_authenticate_wrong_password
@web.password = 'pswd'
r = process('authenticate', 'web' => 'wiki1', 'password' => 'wrong password')