[Zope-tests] FAILED (failures=2) : Zope-2_7-branch Python-2.3.4 :
Linux
Zope Unit Tests
zope-tests at epy.co.at
Sat Jan 8 23:39:28 EST 2005
Zope Unit Tests : FAILED (failures=2)
Zope-2_7-branch Python-2.3.4 : Linux
Running /usr/local/python2.3/bin/python test.py
Script (Python):filepath:1: DeprecationWarning: integer argument expected, got float
======================================================================
FAIL: testAttributeAssignment (Products.PythonScripts.tests.testPythonScript.TestPythonScriptErrors)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/autotest/temp/python23-zope27/lib/python/Products/PythonScripts/tests/testPythonScript.py", line 221, in testAttributeAssignment
self.assertRaises(TypeError, f)
File "/usr/local/python2.3/lib/python2.3/unittest.py", line 295, in failUnlessRaises
raise self.failureException, excName
AssertionError: TypeError
======================================================================
FAIL: test__name__ (Products.PythonScripts.tests.testPythonScript.TestPythonScriptGlobals)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/autotest/temp/python23-zope27/lib/python/Products/PythonScripts/tests/testPythonScript.py", line 240, in test__name__
self.assertEqual(f(), ('?.foo', "'string'"))
File "/usr/local/python2.3/lib/python2.3/unittest.py", line 302, in failUnlessEqual
raise self.failureException, \
AssertionError: ("'foo'>", "'string'") != ('?.foo', "'string'")
----------------------------------------------------------------------
Ran 2368 tests in 341.753s
FAILED (failures=2)
More information about the Zope-tests
mailing list