Guest User

Untitled

a guest
Apr 19th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. /opt/zope/sprint/pristine-3.1-> ./bin/instance test --nowarn -s Products.CMFPlone
  2. Running tests at level 1
  3. Installing CMFCore ... done (0.065s)
  4. Installing CMFDefault ... done (0.642s)
  5. Installing CMFCalendar ... done (0.097s)
  6. Installing CMFTopic ... done (0.070s)
  7. Installing DCWorkflow ... done (0.124s)
  8. Installing CMFActionIcons ... done (0.067s)
  9. Installing CMFQuickInstallerTool ... done (0.141s)
  10. Installing CMFFormController ... done (0.698s)
  11. Installing GroupUserFolder ... done (0.522s)
  12. Installing ZCTextIndex ... done (0.200s)
  13. Installing CMFPlone ... done (4.985s)
  14. Installing Archetypes ... done (0.167s)
  15. Installing ATContentTypes ... done (0.066s)
  16. Installing ATReferenceBrowserWidget ... done (0.023s)
  17. Installing CMFDynamicViewFTI ... done (0.052s)
  18. Installing ExternalEditor ... done (0.050s)
  19. Installing ExtendedPathIndex ... done (0.062s)
  20. Installing ResourceRegistries ... done (0.038s)
  21. Installing SecureMailHost ... done (0.041s)
  22. Installing CMFPlacefulWorkflow ... done (0.124s)
  23. Installing PasswordResetTool ... done (0.048s)
  24. Installing PluggableAuthService ... done (0.354s)
  25. Installing PluginRegistry ... done (0.046s)
  26. Installing PlonePAS ... done (0.040s)
  27. Installing kupu ... done (0.393s)
  28. Installing CMFEditions ... done (0.072s)
  29. Installing CMFDiffTool ... done (0.041s)
  30. Installing PloneLanguageTool ... done (0.051s)
  31. Running unit tests:
  32. Running:
  33. ..................................................................................................................................................................................
  34. Ran 178 tests with 0 failures and 0 errors in 1.741 seconds.
  35. Running Products.PloneTestCase.layer.ZCML tests:
  36. Set up Products.PloneTestCase.layer.ZCML in 13.761 seconds.
  37. Running:
  38. ............
  39. Ran 12 tests with 0 failures and 0 errors in 0.033 seconds.
  40. Running Products.PloneTestCase.layer.PloneSite tests:
  41. Set up Products.PloneTestCase.layer.PloneSite
  42. Traceback (most recent call last):
  43. File "./bin/instance", line 58, in ?
  44. plone.recipe.zope2instance.ctl.main(
  45. File "/opt/zope/share/eggs/plone.recipe.zope2instance-1.5-py2.4.egg/plone/recipe/zope2instance/ctl.py", line 210, in main
  46. c.onecmd(" ".join(options.args))
  47. File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/cmd.py", line 219, in onecmd
  48. return func(arg)
  49. File "/opt/zope/share/eggs/plone.recipe.zope2instance-1.5-py2.4.egg/plone/recipe/zope2instance/ctl.py", line 177, in do_test
  50. zope.testing.testrunner.run(defaults, args)
  51. File "/opt/zope/share/zope/Zope-2.10.5-final/lib/python/zope/testing/testrunner.py", line 271, in run
  52. failed = not run_with_options(options)
  53. File "/opt/zope/share/zope/Zope-2.10.5-final/lib/python/zope/testing/testrunner.py", line 433, in run_with_options
  54. setup_layers, failures, errors)
  55. File "/opt/zope/share/zope/Zope-2.10.5-final/lib/python/zope/testing/testrunner.py", line 604, in run_layer
  56. setup_layer(layer, setup_layers)
  57. File "/opt/zope/share/zope/Zope-2.10.5-final/lib/python/zope/testing/testrunner.py", line 692, in setup_layer
  58. layer.setUp()
  59. File "/opt/zope/sprint/pristine-3.1/products/PloneTestCase/layer.py", line 33, in setUp
  60. func(*args, **kw)
  61. File "/opt/zope/sprint/pristine-3.1/products/PloneTestCase/setup.py", line 167, in setupPloneSite
  62. base_profile, extension_profiles).run()
  63. File "/opt/zope/sprint/pristine-3.1/products/PloneTestCase/setup.py", line 207, in run
  64. self._setupPloneSite()
  65. File "/opt/zope/sprint/pristine-3.1/products/PloneTestCase/setup.py", line 226, in _setupPloneSite
  66. self._setupPloneSite_with_genericsetup()
  67. File "/opt/zope/sprint/pristine-3.1/products/PloneTestCase/setup.py", line 240, in _setupPloneSite_with_genericsetup
  68. profile_id=self.base_profile)
  69. File "/opt/zope/sprint/pristine-3.1/products/CMFPlone/factory.py", line 85, in addPloneSite
  70. setup_tool.runAllImportStepsFromProfile('profile-%s' % profile_id)
  71. File "/opt/zope/sprint/pristine-3.1/products/GenericSetup/tool.py", line 390, in runAllImportStepsFromProfile
  72. ignore_dependencies=ignore_dependencies)
  73. File "/opt/zope/sprint/pristine-3.1/products/GenericSetup/tool.py", line 1179, in _runImportStepsFromContext
  74. message = self._doRunImportStep(step, context)
  75. File "/opt/zope/sprint/pristine-3.1/products/GenericSetup/tool.py", line 1093, in _doRunImportStep
  76. return handler(context)
  77. File "/opt/zope/sprint/pristine-3.1/products/CMFPlacefulWorkflow/exportimport/workflow_policies.py", line 141, in importWorkflowPolicies
  78. tool = getToolByName(site, 'portal_placeful_workflow')
  79. File "/opt/zope/sprint/pristine-3.1/products/CMFCore/utils.py", line 123, in getToolByName
  80. raise AttributeError, name
  81. AttributeError: portal_placeful_workflow
Add Comment
Please, Sign In to add comment