[Zope-Checkins] SVN: Zope/trunk/src/Products/Five/browser/tests/test_scriptsecurity.py I should run the tests before checkin

Hanno Schlichting hannosch at hannosch.eu
Sat Jul 10 09:10:58 EDT 2010


Log message for revision 114509:
  I should run the tests before checkin
  

Changed:
  U   Zope/trunk/src/Products/Five/browser/tests/test_scriptsecurity.py

-=-
Modified: Zope/trunk/src/Products/Five/browser/tests/test_scriptsecurity.py
===================================================================
--- Zope/trunk/src/Products/Five/browser/tests/test_scriptsecurity.py	2010-07-10 13:10:05 UTC (rev 114508)
+++ Zope/trunk/src/Products/Five/browser/tests/test_scriptsecurity.py	2010-07-10 13:10:58 UTC (rev 114509)
@@ -188,5 +188,5 @@
         from Testing.ZopeTestCase import ZopeDocTestSuite
         from Testing.ZopeTestCase import installProduct
         installProduct('PythonScripts')
-        suite.addTest(unittest.makeSuite(ZopeDocTestSuite()))
+        suite.addTest(ZopeDocTestSuite())
     return suite



More information about the Zope-Checkins mailing list