From 637cd88c9ec85c60be7e70fdd8d847d05afe1765 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Thu, 11 Apr 2013 14:17:40 +0200 Subject: [PATCH] Reactivate the testSearchForFailingLogin test. Apparently the PlonePAS behaviour is resolved, at least when testing with Plone 4.2.5. --- Products/remember/tests/test_search.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Products/remember/tests/test_search.py b/Products/remember/tests/test_search.py index a790a06..1004510 100644 --- a/Products/remember/tests/test_search.py +++ b/Products/remember/tests/test_search.py @@ -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