I've managed to run the CPS unit tests under Windows.
Here are the results (after some cleanups).
I see 4 kinds of errors or failures:
- some related to the absence of certain python packages (ldap, elementtree, xml)
- some related to the fact that the tests use non-existing external commands (CPSSkins/testI18N)
- some errors that I can't explain related to timing
- other errors that I can explain
Feel free to comment if you are more familiar than me with the Windows platform.
S.
-- St�fane Fermigier, Tel: +33 (0)6 63 04 12 77 (mobile). Nuxeo Collaborative Portal Server: http://www.nuxeo.com/cps Gestion de contenu web / portail collaboratif / groupware / open source!
Running unit tests for CPS3 products: OK ========================================
Testing BTreeFolder2
--------------------
----------------------------------------------------------------------
Ran 19 tests in 0.062s
OK
------------------------------------------------------------------------------
Testing CPSBlog
---------------
Installing CPSBoxes ... done (0.063s)
Installing CPSPortlets ... done (0.047s)
Installing CPSNavigation ... done (0.203s)
Installing CPSBlog ... done (0.046s)
done (35.907s)
----------------------------------------------------------------------
Ran 33 tests in 29.187s
OK
------------------------------------------------------------------------------
Testing CPSBoxes
----------------
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
------------------------------------------------------------------------------
Testing CPSCalendar
-------------------
Installing CPSBoxes ... done (0.047s)
Installing CPSPortlets ... done (0.093s)
Installing CPSNavigation ... done (0.204s)
done (30.812s)
----------------------------------------------------------------------
Ran 22 tests in 21.265s
OK
------------------------------------------------------------------------------
Testing CPSChat
---------------
Installing CPSBoxes ... done (0.062s)
Installing CPSPortlets ... done (0.094s)
Installing CPSNavigation ... done (0.203s)
done (30.734s)
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
------------------------------------------------------------------------------
Testing CPSCollector
--------------------
Installing CPSBoxes ... done (0.047s)
Installing CPSPortlets ... done (0.093s)
Installing CPSNavigation ... done (0.203s)
done (30.891s)
----------------------------------------------------------------------
Ran 51 tests in 0.515s
OK
------------------------------------------------------------------------------
Testing CPSCompat
-----------------
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
------------------------------------------------------------------------------
Testing CPSCore
---------------
======================================================================
FAIL: test_notification_exception_robustness
(CPSCore.tests.test_eventservice_synchronous.SynchronousNotificationsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"C:\Zope-Instance\Products\CPSCore\tests\test_eventservice_synchronous.py",
line 229, in test_notification_exception_robustness
self.assert_(buggy.time < subscriber.time)
File "C:\Python23\lib\unittest.py", line 278, in failUnless
if not expr: raise self.failureException, msg
AssertionError
----------------------------------------------------------------------
Ran 81 tests in 1.125s
FAILED (failures=1)
------------------------------------------------------------------------------
Testing CPSDefault
------------------
Installing CPSBoxes ... done (0.047s)
Installing CPSPortlets ... done (0.094s)
Installing CPSNavigation ... done (0.203s)
done (30.656s)
----------------------------------------------------------------------
Ran 43 tests in 98.047s
OK
Exception exceptions.AttributeError: "'NoneType' object has no attribute
'has_key'" in <bound method SkinDataCleanup.__del__ of
<Products.CPSCompat.PatchCMFCoreSkinnable.SkinDataCleanup instance at
0x023AE170>> ignored
------------------------------------------------------------------------------
Testing CPSDirectory
--------------------
Installing CPSBoxes ... done (0.047s)
Installing CPSPortlets ... done (0.109s)
Installing CPSNavigation ... done (0.172s)
done (30.781s)
======================================================================
ERROR: testBasicSecurity
(CPSDirectory.tests.testLDAPBackingDirectory.TestLDAPbackingDirectory)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSDefault\tests\CPSTestCase.py", line 151,
in setUp
ZopeTestCase.PortalTestCase.setUp(self)
File "C:\Program
Files\Zope-2.7.5-final\lib\python\Testing\ZopeTestCase\PortalTestCase.py", line
52, in setUp
self.afterSetUp()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 51, in afterSetUp
self.makeDir()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 28, in makeDir
'CPS LDAP Backing Directory')
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 99, in
manage_addCPSDirectory
cls = DirectoryTypeRegistry.getType(meta_type)
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 149, in
getType
return self._types[mt]
KeyError: 'CPSLDAPBackingDirectory'
======================================================================
ERROR: testCreation
(CPSDirectory.tests.testLDAPBackingDirectory.TestLDAPbackingDirectory)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSDefault\tests\CPSTestCase.py", line 151,
in setUp
ZopeTestCase.PortalTestCase.setUp(self)
File "C:\Program
Files\Zope-2.7.5-final\lib\python\Testing\ZopeTestCase\PortalTestCase.py", line
52, in setUp
self.afterSetUp()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 51, in afterSetUp
self.makeDir()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 28, in makeDir
'CPS LDAP Backing Directory')
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 99, in
manage_addCPSDirectory
cls = DirectoryTypeRegistry.getType(meta_type)
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 149, in
getType
return self._types[mt]
KeyError: 'CPSLDAPBackingDirectory'
======================================================================
ERROR: testEmpty
(CPSDirectory.tests.testLDAPBackingDirectory.TestLDAPbackingDirectory)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSDefault\tests\CPSTestCase.py", line 151,
in setUp
ZopeTestCase.PortalTestCase.setUp(self)
File "C:\Program
Files\Zope-2.7.5-final\lib\python\Testing\ZopeTestCase\PortalTestCase.py", line
52, in setUp
self.afterSetUp()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 51, in afterSetUp
self.makeDir()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 28, in makeDir
'CPS LDAP Backing Directory')
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 99, in
manage_addCPSDirectory
cls = DirectoryTypeRegistry.getType(meta_type)
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 149, in
getType
return self._types[mt]
KeyError: 'CPSLDAPBackingDirectory'
======================================================================
ERROR: testPresence
(CPSDirectory.tests.testLDAPBackingDirectory.TestLDAPbackingDirectory)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSDefault\tests\CPSTestCase.py", line 151,
in setUp
ZopeTestCase.PortalTestCase.setUp(self)
File "C:\Program
Files\Zope-2.7.5-final\lib\python\Testing\ZopeTestCase\PortalTestCase.py", line
52, in setUp
self.afterSetUp()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 51, in afterSetUp
self.makeDir()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 28, in makeDir
'CPS LDAP Backing Directory')
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 99, in
manage_addCPSDirectory
cls = DirectoryTypeRegistry.getType(meta_type)
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 149, in
getType
return self._types[mt]
KeyError: 'CPSLDAPBackingDirectory'
======================================================================
ERROR: testSearch
(CPSDirectory.tests.testLDAPBackingDirectory.TestLDAPbackingDirectory)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSDefault\tests\CPSTestCase.py", line 151,
in setUp
ZopeTestCase.PortalTestCase.setUp(self)
File "C:\Program
Files\Zope-2.7.5-final\lib\python\Testing\ZopeTestCase\PortalTestCase.py", line
52, in setUp
self.afterSetUp()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 51, in afterSetUp
self.makeDir()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 28, in makeDir
'CPS LDAP Backing Directory')
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 99, in
manage_addCPSDirectory
cls = DirectoryTypeRegistry.getType(meta_type)
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 149, in
getType
return self._types[mt]
KeyError: 'CPSLDAPBackingDirectory'
======================================================================
ERROR: testSearchSubstrings
(CPSDirectory.tests.testLDAPBackingDirectory.TestLDAPbackingDirectory)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSDefault\tests\CPSTestCase.py", line 151,
in setUp
ZopeTestCase.PortalTestCase.setUp(self)
File "C:\Program
Files\Zope-2.7.5-final\lib\python\Testing\ZopeTestCase\PortalTestCase.py", line
52, in setUp
self.afterSetUp()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 51, in afterSetUp
self.makeDir()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 28, in makeDir
'CPS LDAP Backing Directory')
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 99, in
manage_addCPSDirectory
cls = DirectoryTypeRegistry.getType(meta_type)
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 149, in
getType
return self._types[mt]
KeyError: 'CPSLDAPBackingDirectory'
======================================================================
ERROR: testCreateEntry
(CPSDirectory.tests.testLDAPBackingDirectory.TestDirectoryEntryLocalRoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSDefault\tests\CPSTestCase.py", line 151,
in setUp
ZopeTestCase.PortalTestCase.setUp(self)
File "C:\Program
Files\Zope-2.7.5-final\lib\python\Testing\ZopeTestCase\PortalTestCase.py", line
52, in setUp
self.afterSetUp()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 331, in afterSetUp
self.makeDir()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 293, in makeDir
'CPS LDAP Backing Directory')
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 99, in
manage_addCPSDirectory
cls = DirectoryTypeRegistry.getType(meta_type)
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 149, in
getType
return self._types[mt]
KeyError: 'CPSLDAPBackingDirectory'
======================================================================
ERROR: testDeleteEntry
(CPSDirectory.tests.testLDAPBackingDirectory.TestDirectoryEntryLocalRoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSDefault\tests\CPSTestCase.py", line 151,
in setUp
ZopeTestCase.PortalTestCase.setUp(self)
File "C:\Program
Files\Zope-2.7.5-final\lib\python\Testing\ZopeTestCase\PortalTestCase.py", line
52, in setUp
self.afterSetUp()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 331, in afterSetUp
self.makeDir()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 293, in makeDir
'CPS LDAP Backing Directory')
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 99, in
manage_addCPSDirectory
cls = DirectoryTypeRegistry.getType(meta_type)
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 149, in
getType
return self._types[mt]
KeyError: 'CPSLDAPBackingDirectory'
======================================================================
ERROR: testDirectoryView
(CPSDirectory.tests.testLDAPBackingDirectory.TestDirectoryEntryLocalRoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSDefault\tests\CPSTestCase.py", line 151,
in setUp
ZopeTestCase.PortalTestCase.setUp(self)
File "C:\Program
Files\Zope-2.7.5-final\lib\python\Testing\ZopeTestCase\PortalTestCase.py", line
52, in setUp
self.afterSetUp()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 331, in afterSetUp
self.makeDir()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 293, in makeDir
'CPS LDAP Backing Directory')
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 99, in
manage_addCPSDirectory
cls = DirectoryTypeRegistry.getType(meta_type)
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 149, in
getType
return self._types[mt]
KeyError: 'CPSLDAPBackingDirectory'
======================================================================
ERROR: testEditEntry
(CPSDirectory.tests.testLDAPBackingDirectory.TestDirectoryEntryLocalRoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSDefault\tests\CPSTestCase.py", line 151,
in setUp
ZopeTestCase.PortalTestCase.setUp(self)
File "C:\Program
Files\Zope-2.7.5-final\lib\python\Testing\ZopeTestCase\PortalTestCase.py", line
52, in setUp
self.afterSetUp()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 331, in afterSetUp
self.makeDir()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 293, in makeDir
'CPS LDAP Backing Directory')
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 99, in
manage_addCPSDirectory
cls = DirectoryTypeRegistry.getType(meta_type)
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 149, in
getType
return self._types[mt]
KeyError: 'CPSLDAPBackingDirectory'
======================================================================
ERROR: testViewEntry
(CPSDirectory.tests.testLDAPBackingDirectory.TestDirectoryEntryLocalRoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSDefault\tests\CPSTestCase.py", line 151,
in setUp
ZopeTestCase.PortalTestCase.setUp(self)
File "C:\Program
Files\Zope-2.7.5-final\lib\python\Testing\ZopeTestCase\PortalTestCase.py", line
52, in setUp
self.afterSetUp()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 331, in afterSetUp
self.makeDir()
File
"C:\Zope-Instance\Products\CPSDirectory\tests\testLDAPBackingDirectory.py",
line 293, in makeDir
'CPS LDAP Backing Directory')
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 99, in
manage_addCPSDirectory
cls = DirectoryTypeRegistry.getType(meta_type)
File "C:\Zope-Instance\Products\CPSDirectory\DirectoryTool.py", line 149, in
getType
return self._types[mt]
KeyError: 'CPSLDAPBackingDirectory'
----------------------------------------------------------------------
Ran 71 tests in 34.812s
FAILED (errors=11)
------------------------------------------------------------------------------
Testing CPSDocument
-------------------
Installing CPSBoxes ... done (0.047s)
Installing CPSPortlets ... done (0.110s)
Installing CPSNavigation ... done (0.203s)
done (30.813s)
----------------------------------------------------------------------
Ran 13 tests in 34.188s
OK
------------------------------------------------------------------------------
Testing CPSForum
----------------
Installing CPSBoxes ... done (0.047s)
Installing CPSPortlets ... done (0.094s)
Installing CPSNavigation ... done (0.203s)
done (31.000s)
----------------------------------------------------------------------
Ran 16 tests in 17.171s
OK
------------------------------------------------------------------------------
Testing CPSI18n
---------------
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
------------------------------------------------------------------------------
Testing CPSInstaller
--------------------
Installing CMFCore ... done (0.047s)
Installing CMFDefault ... done (0.062s)
Installing CMFCalendar ... done (0.063s)
Installing MailHost ... done (0.093s)
Installing CPSCore ... done (0.063s)
Installing CPSWorkflow ... done (0.047s)
done (0.390s)
Installing CPSBoxes ... done (0.047s)
Installing CPSPortlets ... done (0.109s)
Installing CPSNavigation ... done (0.125s)
done (26.593s)
----------------------------------------------------------------------
Ran 5 tests in 24.063s
OK
------------------------------------------------------------------------------
Testing CPSIO
-------------
Installing CPSBoxes ... done (0.046s)
Installing CPSPortlets ... done (0.110s)
Installing CPSNavigation ... done (0.203s)
Installing CPSIO ... done (0.062s)
Installing CPSInstaller ... done (0.047s)
done (34.031s)
Traceback (most recent call last):
File "\Program Files\Zope-2.7.5-final\bin\test.py", line 918, in ?
process_args()
File "\Program Files\Zope-2.7.5-final\bin\test.py", line 908, in process_args
bad = main(module_filter, test_filter, libdir)
File "\Program Files\Zope-2.7.5-final\bin\test.py", line 698, in main
runner(files, test_filter, debug)
File "\Program Files\Zope-2.7.5-final\bin\test.py", line 592, in runner
s = get_suite(file, runner.result)
File "\Program Files\Zope-2.7.5-final\bin\test.py", line 508, in get_suite
mod = package_import(modname)
File "\Program Files\Zope-2.7.5-final\bin\test.py", line 482, in
package_import
mod = __import__(modname)
File "C:\Zope-Instance\Products\CPSIO\tests\testIO.py", line 20, in ?
from elementtree.ElementTree import ElementTree, Element, SubElement
ImportError: No module named elementtree.ElementTree
------------------------------------------------------------------------------
Testing CPSNavigation
---------------------
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
------------------------------------------------------------------------------
Testing CPSNewsLetters
----------------------
Installing CPSBoxes ... done (0.047s)
Installing CPSPortlets ... done (0.094s)
Installing CPSNavigation ... done (0.203s)
done (34.328s)
----------------------------------------------------------------------
Ran 2 tests in 0.828s
OK
------------------------------------------------------------------------------
Testing CPSOOo
--------------
Installing CPSBoxes ... done (0.047s)
Installing CPSPortlets ... done (0.094s)
Installing CPSNavigation ... done (0.218s)
Installing CPSOOo ... done (0.062s)
done (30.703s)
Traceback (most recent call last):
File "\Program Files\Zope-2.7.5-final\bin\test.py", line 918, in ?
process_args()
File "\Program Files\Zope-2.7.5-final\bin\test.py", line 908, in process_args
bad = main(module_filter, test_filter, libdir)
File "\Program Files\Zope-2.7.5-final\bin\test.py", line 698, in main
runner(files, test_filter, debug)
File "\Program Files\Zope-2.7.5-final\bin\test.py", line 592, in runner
s = get_suite(file, runner.result)
File "\Program Files\Zope-2.7.5-final\bin\test.py", line 508, in get_suite
mod = package_import(modname)
File "\Program Files\Zope-2.7.5-final\bin\test.py", line 482, in
package_import
mod = __import__(modname)
File "C:\Zope-Instance\Products\CPSOOo\tests\test_ooxmlhelpers.py", line 11,
in ?
from Products.CPSOOo.OOoDocbookDocument import iterDoc, toUnicode, \
File "C:\Zope-Instance\Products\CPSOOo\OOoDocbookDocument.py", line 26, in ?
import xml.dom.ext
ImportError: No module named ext
------------------------------------------------------------------------------
Testing CPSPortlets
-------------------
Installing CPSBoxes ... done (0.047s)
Installing CPSPortlets ... done (0.110s)
Installing CPSNavigation ... done (0.203s)
done (31.063s)
----------------------------------------------------------------------
Ran 78 tests in 58.891s
OK
------------------------------------------------------------------------------
Testing CPSRSS
--------------
Installing CPSRSS ... done (0.110s)
Installing CPSBoxes ... done (0.063s)
Installing CPSPortlets ... done (0.094s)
Installing CPSNavigation ... done (0.218s)
done (30.781s)
----------------------------------------------------------------------
Ran 3 tests in 1.922s
OK
------------------------------------------------------------------------------
Testing CPSSchemas
------------------
Installing CPSBoxes ... done (0.047s)
Installing CPSPortlets ... done (0.094s)
Installing CPSNavigation ... done (0.219s)
done (30.922s)
----------------------------------------------------------------------
Ran 178 tests in 5.109s
OK
------------------------------------------------------------------------------
Testing CPSSkins
----------------
Installing CMFCore ... done (0.047s)
Installing CMFDefault ... done (0.046s)
Adding CMF Site ... done (0.703s)
Installing CMFCalendar ...
Setting up CPSSkins ...
Installing CPSSkins test themes ...
Importing theme1.zexp ... done (0.172s)
Importing empty.zexp ... done (0.031s)
ZChecker is not installed. Will not run it ...
ZCatalog query using 'modified_usage' detected.
Using query parameters ending with '_usage' is deprecated.
Consider using record-style parameters instead (see
lib/python/Products/PluginIndexes/README.txt for details)
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-de.po' with 'cpsskins.pot' raised an
error, exit code of msgcmp is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-en.po' with 'cpsskins.pot' raised an
error, exit code of msgcmp is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-es.po' with 'cpsskins.pot' raised an
error, exit code of msgcmp is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-fr.po' with 'cpsskins.pot' raised an
error, exit code of msgcmp is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-it.po' with 'cpsskins.pot' raised an
error, exit code of msgcmp is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-mg.po' with 'cpsskins.pot' raised an
error, exit code of msgcmp is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-pl.po' with 'cpsskins.pot' raised an
error, exit code of msgcmp is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-ro.po' with 'cpsskins.pot' raised an
error, exit code of msgcmp is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-sv.po' with 'cpsskins.pot' raised an
error, exit code of msgcmp is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-pt_BR.po' with 'cpsskins.pot' raised
an error, exit code of msgcmp is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-default-de.po' with
'cpsskins-default.pot' raised an error, exit code of msgcmp
is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-default-en.po' with
'cpsskins-default.pot' raised an error, exit code of msgcmp
is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-default-es.po' with
'cpsskins-default.pot' raised an error, exit code of msgcmp
is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-default-fr.po' with
'cpsskins-default.pot' raised an error, exit code of msgcmp
is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-default-it.po' with
'cpsskins-default.pot' raised an error, exit code of msgcmp
is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-default-pl.po' with
'cpsskins-default.pot' raised an error, exit code of msgcmp
is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-default-ro.po' with
'cpsskins-default.pot' raised an error, exit code of msgcmp
is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-default-sv.po' with
'cpsskins-default.pot' raised an error, exit code of msgcmp
is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-default-pt_BR.po' with
'cpsskins-default.pot' raised an error, exit code of msgcmp
is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-plone-de.po' with 'cpsskins-plone.pot'
raised an error, exit code of msgcmp is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-plone-en.po' with 'cpsskins-plone.pot'
raised an error, exit code of msgcmp is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-plone-es.po' with 'cpsskins-plone.pot'
raised an error, exit code of msgcmp is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-plone-fr.po' with 'cpsskins-plone.pot'
raised an error, exit code of msgcmp is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-plone-it.po' with 'cpsskins-plone.pot'
raised an error, exit code of msgcmp is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-plone-pl.po' with 'cpsskins-plone.pot'
raised an error, exit code of msgcmp is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-plone-ro.po' with 'cpsskins-plone.pot'
raised an error, exit code of msgcmp is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-plone-sv.po' with 'cpsskins-plone.pot'
raised an error, exit code of msgcmp is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: testMsgExists (CPSSkins.tests.testI18N.TestOneMsg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testI18N.py", line 152, in
testMsgExists
self.fail(msg)
File "C:\Python23\lib\unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Comparing 'i18n\cpsskins-plone-pt_BR.po' with
'cpsskins-plone.pot' raised an error, exit code of msgcmp is: 1
'{' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
======================================================================
FAIL: test_CSSCache (CPSSkins.tests.testRAMCache.TestRAMCache)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testRAMCache.py", line 119, in
test_CSSCache
self.assert_(css_render_1 != css_render_2)
File "C:\Python23\lib\unittest.py", line 278, in failUnless
if not expr: raise self.failureException, msg
AssertionError
======================================================================
FAIL: test_expireCache (CPSSkins.tests.testRAMCache.TestRAMCache)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\CPSSkins\tests\testRAMCache.py", line 89, in
test_expireCache
self.assert_(last_cleanup3 > last_cleanup2)
File "C:\Python23\lib\unittest.py", line 278, in failUnless
if not expr: raise self.failureException, msg
AssertionError
----------------------------------------------------------------------
Ran 221 tests in 28.984s
FAILED (failures=30)
------------------------------------------------------------------------------
Testing CPSSubscriptions
------------------------
Installing CPSBoxes ... done (0.047s)
Installing CPSPortlets ... done (0.110s)
Installing CPSNavigation ... done (0.437s)
done (37.640s)
----------------------------------------------------------------------
Ran 21 tests in 8.375s
OK
------------------------------------------------------------------------------
Testing CPSTypeMaker
--------------------
Installing CPSBoxes ... done (0.063s)
Installing CPSPortlets ... done (0.094s)
Installing CPSNavigation ... done (0.203s)
Installing CPSTypeMaker ... done (0.047s)
done (30.641s)
----------------------------------------------------------------------
Ran 12 tests in 7.032s
OK
------------------------------------------------------------------------------
Testing CPSUserFolder
---------------------
----------------------------------------------------------------------
Ran 15 tests in 3.000s
OK
------------------------------------------------------------------------------
Testing CPSUtil
---------------
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
------------------------------------------------------------------------------
Testing CPSWebMail
------------------
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
------------------------------------------------------------------------------
Testing CPSWiki
---------------
----------------------------------------------------------------------
Ran 19 tests in 1.360s
OK
------------------------------------------------------------------------------
Testing CPSWorkflow
-------------------
Installing CMFCore ... done (0.062s)
Installing CMFDefault ... done (0.047s)
Installing MailHost ... done (0.109s)
Installing CPSWorkflow ... done (0.047s)
Installing CPSCore ... done (0.047s)
done (0.422s)
Installing CPSUserFolder ... done (0.171s)
----------------------------------------------------------------------
Ran 82 tests in 8.454s
OK
------------------------------------------------------------------------------
Testing CVS
-----------
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
------------------------------------------------------------------------------
Testing DCWorkflow
------------------
----------------------------------------------------------------------
Ran 4 tests in 0.000s
OK
------------------------------------------------------------------------------
Testing Epoz
------------
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
------------------------------------------------------------------------------
Testing ExternalEditor
----------------------
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
------------------------------------------------------------------------------
Testing LDAPUserGroupsFolder
----------------------------
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
------------------------------------------------------------------------------
Testing Localizer
-----------------
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
------------------------------------------------------------------------------
Testing Makefile
----------------
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
------------------------------------------------------------------------------
Testing PluggableUserFolder
---------------------------
Installing NuxUserGroups ... NOT FOUND
Installing CPSDirectory ... done (0.047s)
----------------------------------------------------------------------
Ran 58 tests in 0.375s
OK
------------------------------------------------------------------------------
Testing PortalTransforms
------------------------
======================================================================
ERROR: testGraph (Products.PortalTransforms.tests.test_graph.TestGraph)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\PortalTransforms\tests\test_graph.py", line
11, in testGraph
assert(out.getData())
AttributeError: 'NoneType' object has no attribute 'getData'
======================================================================
ERROR: testGraph (PortalTransforms.tests.test_graph.TestGraph)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Zope-Instance\Products\PortalTransforms\tests\test_graph.py", line
11, in testGraph
assert(out.getData())
AttributeError: 'NoneType' object has no attribute 'getData'
----------------------------------------------------------------------
Ran 42 tests in 1.219s
FAILED (errors=2)
------------------------------------------------------------------------------
Testing TranslationService
--------------------------
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
begin:vcard fn:Stefane Fermigier n:Fermigier;Stefane org:Nuxeo adr:;;14, rue Soleillet;Paris;;75020;France email;internet:[EMAIL PROTECTED] title:CEO tel;work:+33 1 40 33 79 87 tel;fax:+33 1 43 58 14 15 tel;cell:+33 6 63 04 12 77 url:http://www.nuxeo.com/ version:2.1 end:vcard
_______________________________________________ cps-devel mailing list http://lists.nuxeo.com/mailman/listinfo/cps-devel
