Archetypes Unit Tests : FAILED (errors=1)
AT-1_3-branch Plone-trunk Zope-2_7-branch Python-2.3.4
Running /usr/local/python2.3/bin/python Archetypes/tests/runalltests.py
Loading Zope, please stand by ... done (1.864s)
Traceback (most recent call last):
File "/autotest/temp/python23-zope27-cmf14-plone21-at13/Products/PortalTransforms/transforms/__init__.py", line 40, in ?
transforms.append(ns.register())
File "/autotest/temp/python23-zope27-cmf14-plone21-at13/Products/PortalTransforms/transforms/rtf_to_html.py", line 52, in register
return rtf_to_html()
File "/autotest/temp/python23-zope27-cmf14-plone21-at13/Products/PortalTransforms/transforms/rtf_to_html.py", line 20, in __init__
commandtransform.__init__(self, binary=self.binaryName)
File "/autotest/temp/python23-zope27-cmf14-plone21-at13/Products/PortalTransforms/libtransforms/commandtransform.py", line 27, in __init__
binary = win32api.GetShortPathName(binary)
NameError: global name 'win32api' is not defined
Traceback (most recent call last):
File "/autotest/temp/python23-zope27-cmf14-plone21-at13/Products/PortalTransforms/transforms/__init__.py", line 40, in ?
transforms.append(ns.register())
File "/autotest/temp/python23-zope27-cmf14-plone21-at13/Products/PortalTransforms/transforms/rtf_to_xml.py", line 52, in register
return rtf_to_xml()
File "/autotest/temp/python23-zope27-cmf14-plone21-at13/Products/PortalTransforms/transforms/rtf_to_xml.py", line 20, in __init__
commandtransform.__init__(self, binary=self.binaryName)
File "/autotest/temp/python23-zope27-cmf14-plone21-at13/Products/PortalTransforms/libtransforms/commandtransform.py", line 27, in __init__
binary = win32api.GetShortPathName(binary)
NameError: global name 'win32api' is not defined
Adding Plone Site ... done (9.076s)
Adding Archetypes ... done (1.306s)
Installing ZGadflyDA ... done (0.015s)
Failed to import ZPsycopgDA
Failed to import ZMySQLDA
Can't run the unit tests in test_cmfessentials:
Some modules are missing or other preconditions for the test test_cmfessentials have failed: 'Cannot import CMFTestCase'
test_varschema.py:17: UserWarning: You are passing positional arguments to the Schema constructor. Please consult the docstring for Products.Archetypes.Schema.BasicSchema.__init__
schema1= BaseSchema + Schema(StringField('additionalField'),)
......................................................................................................................E....................................................................................
======================================================================
ERROR: test_stringfield_bug1003868 (test_sqlstorage.StorageTest)
----------------------------------------------------------------------
Traceback (innermost last):
Module test_sqlstorage, line 304, in test_stringfield_bug1003868
- __traceback_info__: ('Gadfly', "'a\\xe7\\xe3o!'", u'a\xe7\xe3o!')
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe7 in position 1: ordinal not in range(128)
----------------------------------------------------------------------
Ran 203 tests in 52.491s
FAILED (errors=1)
|