Mercurial > p > roundup > code
diff test/test_cgi.py @ 5771:3f00269f3297
Got an xpass on testPasswordMigration, so removing xfail marker.
Not sure what got fixed, but travis is reporting the same.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 07 Jun 2019 11:35:55 -0400 |
| parents | abb9fdb02228 |
| children | 68b0c1767b50 |
line wrap: on
line diff
--- a/test/test_cgi.py Wed Jun 05 21:11:50 2019 -0400 +++ b/test/test_cgi.py Fri Jun 07 11:35:55 2019 -0400 @@ -453,9 +453,7 @@ ':confirm:password': ''}, 'user', nodeid), ({('user', nodeid): {}}, [])) - @pytest.mark.xfail def testPasswordMigration(self): - # FIXME chef = self.db.user.lookup('Chef') form = dict(__login_name='Chef', __login_password='foo') cl = self._make_client(form)
