Skip to content

Commit

Permalink
Reactivate the testSearchForFailingLogin test.
Browse files Browse the repository at this point in the history
Apparently the PlonePAS behaviour is resolved, at least when testing with Plone 4.2.5.
  • Loading branch information
mauritsvanrees committed Apr 11, 2013
1 parent 4dcadcc commit 637cd88
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Products/remember/tests/test_search.py
Expand Up @@ -55,9 +55,7 @@ def testSearchLoginTime(self):
# portal member is not in all list because is logged in
self.assertEqual(len(results), all_mems - 1)

# XXX deactivating this test until the PlonePAS behaviour is
# resolved
def xtestSearchForFailingLogin(self):
def testSearchForFailingLogin(self):
"""
search for a login that is illegitimate.
no members should be found
Expand Down

0 comments on commit 637cd88

Please sign in to comment.