summaryrefslogtreecommitdiffstats
path: root/python/tests
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2007-06-11 09:10:18 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2007-06-11 09:10:18 +0000
commit70b23a23eb0867a965845a13be7b2a34e58996b8 (patch)
treecfe07508d74d3f21df090d2cdc8ae08b77769cf7 /python/tests
parent6d5dbb6b64066c2a98ef8b1ab9a2dd490e283144 (diff)
downloadlasso-70b23a23eb0867a965845a13be7b2a34e58996b8.tar.gz
lasso-70b23a23eb0867a965845a13be7b2a34e58996b8.tar.xz
lasso-70b23a23eb0867a965845a13be7b2a34e58996b8.zip
removed a useless line
Diffstat (limited to 'python/tests')
-rwxr-xr-xpython/tests/binding_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tests/binding_tests.py b/python/tests/binding_tests.py
index 60c3e414..8e9e0b29 100755
--- a/python/tests/binding_tests.py
+++ b/python/tests/binding_tests.py
@@ -81,7 +81,6 @@ class BindingTestCase(unittest.TestCase):
respondWith.append('first string')
self.failUnlessEqual(len(respondWith), 1)
self.failUnlessEqual(respondWith[0], 'first string')
- self.failUnlessEqual(respondWith[0], 'first string')
respondWith.append('second string')
self.failUnlessEqual(len(respondWith), 2)
self.failUnlessEqual(respondWith[0], 'first string')