[Checkins] SVN: Products.PythonScripts/trunk/src/Products/PythonScripts/tests/testPythonScript.py Remove duplicate test.

Tres Seaver cvs-admin at zope.org
Fri Sep 7 16:18:33 UTC 2012


Log message for revision 127776:
  Remove duplicate test.

Changed:
  U   Products.PythonScripts/trunk/src/Products/PythonScripts/tests/testPythonScript.py

-=-
Modified: Products.PythonScripts/trunk/src/Products/PythonScripts/tests/testPythonScript.py
===================================================================
--- Products.PythonScripts/trunk/src/Products/PythonScripts/tests/testPythonScript.py	2012-09-07 13:40:21 UTC (rev 127775)
+++ Products.PythonScripts/trunk/src/Products/PythonScripts/tests/testPythonScript.py	2012-09-07 16:18:29 UTC (rev 127776)
@@ -131,9 +131,6 @@
     def testCollector2295(self):
         res = self._newPS('if False:\n  pass\n#hi')
 
-    def testCollector2295(self):
-        res = self._newPS('if False:\n  pass\n#hi')
-
     def testReduce(self):
         res = self._newPS('return reduce(lambda x, y: x + y, [1,3,5,7])')()
         self.assertEqual(res, 16)



More information about the checkins mailing list