[Checkins] SVN: Products.PluggableAuthService/trunk/ Scrap test-module-as-script fossil.

Tres Seaver cvs-admin at zope.org
Fri Nov 16 00:54:56 UTC 2012


Log message for revision 128300:
  Scrap test-module-as-script fossil.

Changed:
  _U  Products.PluggableAuthService/trunk/
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.py

-=-
Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.py	2012-11-16 00:54:54 UTC (rev 128299)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.py	2012-11-16 00:54:56 UTC (rev 128300)
@@ -663,9 +663,6 @@
         zum.manage_removeUsers([USER_ID], REQUEST=req)
 
 
-if __name__ == "__main__":
-    unittest.main()
-
 def test_suite():
     return unittest.TestSuite((
         unittest.makeSuite( ZODBUserManagerTests ),



More information about the checkins mailing list