[Zope-tests] Tests - 2_7-branch/Py2.3 - errors:1
zope-tests at plope.com
zope-tests at plope.com
Tue Dec 16 05:12:01 EST 2003
======================================================================
Python Version:2.3.2 (#1, Nov 2 2003, 08:53:03)
[GCC 3.2 20020903 (Red Hat Linux 8.0 3.2-7)]
Modules included:
Zope (Zope-2_7-branch)
Running unit tests from /home/chrism/opt/tests/sandbox/Zope
/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PluginIndexes/DateRangeIndex/tests/test_DateRangeIndex.py:120: OverflowWarning: integer addition
bad = Dummy( 'bad', sys.maxint + 1, sys.maxint + 1 )
/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BeforeTraverse.py:144: PendingDeprecationWarning: use func(*args, **kwargs) instead of apply(func, args, kwargs)
apply(meth, (container, request, None)[:args])
/home/chrism/opt/tests/sandbox/Zope/lib/python/ZConfig/datatypes.py:116: OverflowWarning: string/unicode conversion
return int(value)
Error in test testSetupLocale (Zope.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Zope/Startup/tests/testStarter.py", line 92, in testSetupLocale
conf = self.load_config_text("""
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Zope/Startup/tests/testStarter.py", line 78, in load_config_text
conf, handler = ZConfig.loadConfigFile(schema, sio)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZConfig/loader.py", line 46, in loadConfigFile
return _get_config_loader(schema, overrides).loadFile(file, url)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZConfig/loader.py", line 80, in loadFile
return self.loadResource(r)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZConfig/loader.py", line 184, in loadResource
result = sm.finish(), CompositeHandler(sm.handlers, self.schema)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZConfig/matcher.py", line 242, in finish
v = BaseMatcher.finish(self)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZConfig/matcher.py", line 170, in finish
return self.constuct()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZConfig/matcher.py", line 212, in constuct
v = v.convert(ci.datatype)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZConfig/info.py", line 67, in convert
raise ZConfig.DataConversionError(e, self.value, self.position)
DataConversionError: The specified locale "fr_FR" is not supported by your system.
See your operating system documentation for more
information on locale support. (line 3)
/home/chrism/opt/Python-2.3.2/lib/python2.3/logging/__init__.py:907: PendingDeprecationWarning: use func(*args, **kwargs) instead of apply(func, args, kwargs)
apply(self._log, (WARNING, msg, args), kwargs)
======================================================================
ERROR: testSetupLocale (Zope.Startup.tests.testStarter.ZopeStarterTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Zope/Startup/tests/testStarter.py", line 92, in testSetupLocale
conf = self.load_config_text("""
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Zope/Startup/tests/testStarter.py", line 78, in load_config_text
conf, handler = ZConfig.loadConfigFile(schema, sio)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZConfig/loader.py", line 46, in loadConfigFile
return _get_config_loader(schema, overrides).loadFile(file, url)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZConfig/loader.py", line 80, in loadFile
return self.loadResource(r)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZConfig/loader.py", line 184, in loadResource
result = sm.finish(), CompositeHandler(sm.handlers, self.schema)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZConfig/matcher.py", line 242, in finish
v = BaseMatcher.finish(self)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZConfig/matcher.py", line 170, in finish
return self.constuct()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZConfig/matcher.py", line 212, in constuct
v = v.convert(ci.datatype)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZConfig/info.py", line 67, in convert
raise ZConfig.DataConversionError(e, self.value, self.position)
DataConversionError: The specified locale "fr_FR" is not supported by your system.
See your operating system documentation for more
information on locale support. (line 3)
----------------------------------------------------------------------
Ran 2610 tests in 806.188s
FAILED (errors=1)
More information about the Zope-tests
mailing list