[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/Products/PythonScripts/tests/testPythonScript.py Remove redundant copy of test.

Tres Seaver tseaver at palladion.com
Fri Oct 10 10:44:57 EDT 2008


Log message for revision 91978:
  Remove redundant copy of test.

Changed:
  U   Zope/branches/2.11/lib/python/Products/PythonScripts/tests/testPythonScript.py

-=-
Modified: Zope/branches/2.11/lib/python/Products/PythonScripts/tests/testPythonScript.py
===================================================================
--- Zope/branches/2.11/lib/python/Products/PythonScripts/tests/testPythonScript.py	2008-10-10 14:36:38 UTC (rev 91977)
+++ Zope/branches/2.11/lib/python/Products/PythonScripts/tests/testPythonScript.py	2008-10-10 14:44:57 UTC (rev 91978)
@@ -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 Zope-Checkins mailing list