[Zope3-dev] Linux Test Results - Zope 3 - failures:2

zope-tests at squishdot.org zope-tests at squishdot.org
Wed Aug 13 05:17:57 EDT 2003


======================================================================
Python Version:2.2.3 (#1, Jun 10 2003, 13:52:48) 
[GCC 2.95.2 20000220 (Debian GNU/Linux)]

Modules included:
Zope3 (HEAD)

Running unit tests from /stuff/chrisw/ZopeTests/sandbox/Zope3
Failure in test testInterpolationWithoutTranslation (zope.i18n.tests.test_globaltranslationservice.TestGlobalTranslationService)
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/i18n/tests/test_globaltranslationservice.py", line 127, in testInterpolationWithoutTranslation
    "this THAT the other")
  File "/usr/local/lib/python2.2/unittest.py", line 286, in failUnlessEqual
    raise self.failureException, \
AssertionError: u'42-not-there' != 'this THAT the other'

Failure in test testNoTranslation (zope.i18n.tests.test_globaltranslationservice.TestGlobalTranslationService)
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/i18n/tests/test_itranslationservice.py", line 118, in testNoTranslation
    None)
  File "/usr/local/lib/python2.2/unittest.py", line 286, in failUnlessEqual
    raise self.failureException, \
AssertionError: u'glorp_smurf_hmpf' != None

======================================================================
FAIL: testInterpolationWithoutTranslation (zope.i18n.tests.test_globaltranslationservice.TestGlobalTranslationService)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/i18n/tests/test_globaltranslationservice.py", line 127, in testInterpolationWithoutTranslation
    "this THAT the other")
  File "/usr/local/lib/python2.2/unittest.py", line 286, in failUnlessEqual
    raise self.failureException, \
AssertionError: u'42-not-there' != 'this THAT the other'

======================================================================
FAIL: testNoTranslation (zope.i18n.tests.test_globaltranslationservice.TestGlobalTranslationService)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/i18n/tests/test_itranslationservice.py", line 118, in testNoTranslation
    None)
  File "/usr/local/lib/python2.2/unittest.py", line 286, in failUnlessEqual
    raise self.failureException, \
AssertionError: u'glorp_smurf_hmpf' != None

----------------------------------------------------------------------
Ran 4916 tests in 723.158s

FAILED (failures=2)




More information about the Zope3-dev mailing list