[Zope3-checkins]
SVN: Zope3/branches/tziade_xmlintrospection/src/zope/app/xmlrpcintrospection/tests/test_xmlrpcintrospection.py
corrected simple instaciatino
Tarek Ziadé
tziade at nuxeo.com
Wed Oct 26 12:44:32 EDT 2005
Log message for revision 39639:
corrected simple instaciatino
Changed:
U Zope3/branches/tziade_xmlintrospection/src/zope/app/xmlrpcintrospection/tests/test_xmlrpcintrospection.py
-=-
Modified: Zope3/branches/tziade_xmlintrospection/src/zope/app/xmlrpcintrospection/tests/test_xmlrpcintrospection.py
===================================================================
--- Zope3/branches/tziade_xmlintrospection/src/zope/app/xmlrpcintrospection/tests/test_xmlrpcintrospection.py 2005-10-26 16:40:30 UTC (rev 39638)
+++ Zope3/branches/tziade_xmlintrospection/src/zope/app/xmlrpcintrospection/tests/test_xmlrpcintrospection.py 2005-10-26 16:44:32 UTC (rev 39639)
@@ -27,7 +27,7 @@
super(Test, self).setUp()
def testInstance(self):
- ob = xmlrpcintrospection.XMLRPCIntrospection(None, None)
+ ob = xmlrpcintrospection.XMLRPCIntrospection()
self.assertNotEquals(ob, None)
More information about the Zope3-Checkins
mailing list