[Zope-Checkins] CVS: Zope/lib/python/OFS/tests - testOrderSupport.py:1.1.2.2
Yvo Schubbe
schubbe@web.de
Wed, 30 Apr 2003 08:29:35 -0400
Update of /cvs-repository/Zope/lib/python/OFS/tests
In directory cvs.zope.org:/tmp/cvs-serv28890
Modified Files:
Tag: yuppie-ordersupport-branch
testOrderSupport.py
Log Message:
removed useless lines
=== Zope/lib/python/OFS/tests/testOrderSupport.py 1.1.2.1 => 1.1.2.2 ===
--- Zope/lib/python/OFS/tests/testOrderSupport.py:1.1.2.1 Fri Apr 25 09:07:22 2003
+++ Zope/lib/python/OFS/tests/testOrderSupport.py Wed Apr 30 08:29:34 2003
@@ -54,8 +54,6 @@
method = getattr(f, methodname)
if rval == 'ValueError':
self.failUnlessRaises( ValueError, method, arg1, arg2 )
- elif rval == 'SyntaxError':
- self.failUnlessRaises( SyntaxError, method, arg1, arg2 )
else:
self.failUnlessEqual( method(arg1, arg2), rval )
self.failUnlessEqual( f.objectIds(), order )