1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
/opt/zope/ploneout-> ./bin/instance test -k -s plone
Running tests at level 1
Installing CMFCore ... done (0.708s)
Installing CMFDefault ... done (0.272s)
Installing CMFCalendar ... done (0.041s)
Installing CMFTopic ... done (0.028s)
Installing DCWorkflow ... done (0.059s)
Installing CMFActionIcons ... done (0.025s)
Installing CMFQuickInstallerTool ... done (0.068s)
Installing CMFFormController ... done (0.358s)
Installing GroupUserFolder ... done (0.400s)
Installing ZCTextIndex ... done (0.068s)
Installing CMFPlone ... done (2.658s)
Installing Archetypes ... done (0.126s)
Installing ATContentTypes ... done (0.046s)
Installing ATReferenceBrowserWidget ... done (0.016s)
Installing CMFDynamicViewFTI ... done (0.014s)
Installing ExternalEditor ... done (0.018s)
Installing ExtendedPathIndex ... done (0.018s)
Installing ResourceRegistries ... done (0.015s)
Installing SecureMailHost ... done (0.016s)
Installing CMFPlacefulWorkflow ... done (0.016s)
Installing PasswordResetTool ... done (0.020s)
Installing PluggableAuthService ... done (0.023s)
Installing PluginRegistry ... done (0.020s)
Installing PlonePAS ... done (0.024s)
Installing kupu ... done (0.268s)
Installing CMFEditions ... done (0.026s)
Installing CMFDiffTool ... done (0.024s)
Installing PloneLanguageTool ... done (0.023s)
Running unit tests:
Running:
.......................................................................................................................................................................................................................................................
Ran 247 tests with 0 failures and 0 errors in 2.626 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
Set up Products.PloneTestCase.layer.ZCML in 3.020 seconds.
Running:
............................
Ran 28 tests with 0 failures and 0 errors in 0.140 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
Set up Products.PloneTestCase.layer.PloneSite in 9.260 seconds.
Running:
................................................................................................................................................................................................................
Failure in test /opt/zope/ploneout/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt
Failed doctest test for filter.txt
File "/opt/zope/ploneout/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/ploneout/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 151, in filter.txt
Failed example:
'<p>Testing that works.</p>' in browser.contents
Expected:
True
Got:
False
.......................................................................................................................................................................................................................................................................................................................................................................................................................................................
Ran 647 tests with 1 failures and 0 errors in 188.323 seconds.
Running plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer tests:
Set up plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.009 seconds.
Running:
.............
Ran 13 tests with 0 failures and 0 errors in 2.284 seconds.
Running plone.app.linkintegrity.tests.layer.PloneLinkintegrity tests:
Tear down plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.000 seconds.
Set up plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 2.068 seconds.
Running:
....................................................................................
Ran 84 tests with 0 failures and 0 errors in 36.487 seconds.
Running plone.app.viewletmanager.tests.test_exportimport.Layer tests:
Tear down plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.210 seconds.
Tear down Products.PloneTestCase.layer.PloneSite in 0.600 seconds.
Tear down Products.PloneTestCase.layer.ZCML in 0.012 seconds.
Set up plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
Running:
...............
Ran 15 tests with 0 failures and 0 errors in 0.093 seconds.
Running plone.theme.tests.test_doctest.PloneThemeLayer tests:
Tear down plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
Set up Products.PloneTestCase.layer.ZCML in 3.096 seconds.
Set up Products.PloneTestCase.layer.PloneSite in 0.000 seconds.
Set up plone.theme.tests.test_doctest.PloneThemeLayer in 0.033 seconds.
Running:
.....
Error in test /opt/zope/ploneout/src/plone.theme/plone/theme/README.txt
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/opt/zope/ploneout/parts/zope2/lib/python/zope/testing/doctest.py", line 2276, in setUp
self._dt_setUp(test)
File "/opt/zope/ploneout/parts/zope2/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
test_instance.setUp()
File "/opt/zope/ploneout/parts/zope2/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 60, in setUp
self.portal = self._portal()
File "/opt/zope/ploneout/products/PloneTestCase/PloneTestCase.py", line 67, in _portal
portal = self.getPortal()
File "/opt/zope/ploneout/products/PloneTestCase/PloneTestCase.py", line 92, in getPortal
return getattr(self.app, portal_name)
AttributeError: plone
Ran 5 tests with 0 failures and 1 errors in 0.027 seconds.
Tearing down left over layers:
Tear down plone.theme.tests.test_doctest.PloneThemeLayer in 0.000 seconds.
Tear down Products.PloneTestCase.layer.PloneSite in 0.000 seconds.
Tear down Products.PloneTestCase.layer.ZCML in 0.007 seconds.
Total: 1039 tests, 1 failures, 1 errors
/opt/zope/ploneout->
|