[nosetests] Fix password in test_00 file.

This commit is contained in:
Mikaël Ates 2010-10-18 19:30:21 +02:00
parent d6dd78d77c
commit 22a1a38d59
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ find 'dministration'
twill.commands.reset_browser()
twill.execute_string('''
go http://localhost:10000
fv 1 username user2
fv 1 password user2
fv 1 username user1
fv 1 password user1
submit
url http://localhost:10000
find 'You are authenticated'