Skip to content

Commit

Permalink
Remove duplicate test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Sep 7, 2012
1 parent 7489a36 commit 91b134e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Products/PythonScripts/tests/testPythonScript.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ def testArithmetic(self):
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)
Expand Down

0 comments on commit 91b134e

Please sign in to comment.