##// END OF EJS Templates
fixed test after users table rewrite
marcink -
r2661:09e54a64 beta
parent child Browse files
Show More
@@ -49,7 +49,7 class TestAdminUsersController(TestContr
49 49
50 50 response.follow()
51 51 response = response.follow()
52 response.mustcontain("""edit">newtestuser</a>""")
52 response.mustcontain("""newtestuser""")
53 53
54 54 def test_create_err(self):
55 55 self.log_user()
General Comments 0
You need to be logged in to leave comments. Login now