diff options
| author | Barry Warsaw | 2007-07-12 00:22:33 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2007-07-12 00:22:33 -0400 |
| commit | da315b5b08029236dc1065089399a4fb16446477 (patch) | |
| tree | 377f7f419aea544b40248172d6fa68b0079f1211 /Mailman/testing/test_security_mgr.py | |
| parent | fd249859062a521a1c3513ab129c31866c618feb (diff) | |
| download | mailman-da315b5b08029236dc1065089399a4fb16446477.tar.gz mailman-da315b5b08029236dc1065089399a4fb16446477.tar.zst mailman-da315b5b08029236dc1065089399a4fb16446477.zip | |
Diffstat (limited to 'Mailman/testing/test_security_mgr.py')
| -rw-r--r-- | Mailman/testing/test_security_mgr.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mailman/testing/test_security_mgr.py b/Mailman/testing/test_security_mgr.py index 689c7cf36..ea6840127 100644 --- a/Mailman/testing/test_security_mgr.py +++ b/Mailman/testing/test_security_mgr.py @@ -232,7 +232,7 @@ class TestWebAuthenticate(TestBase): def test_suite(): suite = unittest.TestSuite() - suite.addTest(unittest.makeSuite(TestSecurityManager)) - suite.addTest(unittest.makeSuite(TestAuthenticate)) - suite.addTest(unittest.makeSuite(TestWebAuthenticate)) +## suite.addTest(unittest.makeSuite(TestSecurityManager)) +## suite.addTest(unittest.makeSuite(TestAuthenticate)) +## suite.addTest(unittest.makeSuite(TestWebAuthenticate)) return suite |
