Created
March 17, 2015 09:56
-
-
Save tisto/6f5cf6374bd13dba9acd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ bin/test -s plone.app.versioningbehavior -D | |
Running plone.app.testing.bbb.PloneTestCase:Functional tests: | |
Set up plone.testing.zca.LayerCleanup in 0.000 seconds. | |
Set up plone.testing.z2.Startup in 0.121 seconds. | |
Set up plone.app.testing.layers.PloneFixture in 5.133 seconds. | |
Set up plone.app.testing.bbb.PloneTestCaseFixture LoadLocaleError: The desired locale is not available. | |
Path: /home/timo/.buildout/eggs/zope.i18n-3.7.4-py2.7.egg/zope/i18n/locales/data/.xml | |
*** ImportError: No module named PdbSublimeTextSupport | |
*** NameError: name 'preloop' is not defined | |
*** NameError: name 'precmd' is not defined | |
> /home/timo/.buildout/eggs/zope.i18n-3.7.4-py2.7.egg/zope/i18n/locales/provider.py(55)loadLocale() | |
-> 'The desired locale is not available.\nPath: %s' % path) | |
(Pdb) bt | |
/home/timo/.buildout/eggs/zope.testrunner-4.4.4-py2.7.egg/zope/testrunner/runner.py(713)setup_layer() | |
-> layer.setUp() | |
/home/timo/workspace/plone/buildout.coredev-multilingual/src/plone.app.testing/plone/app/testing/helpers.py(350)setUp() | |
-> self.setUpPloneSite(portal) | |
/home/timo/workspace/plone/buildout.coredev-multilingual/src/plone.app.testing/plone/app/testing/bbb.py(42)setUpPloneSite() | |
-> testing.applyProfile(portal, 'Products.ATContentTypes:content') | |
/home/timo/workspace/plone/buildout.coredev-multilingual/src/plone.app.testing/plone/app/testing/helpers.py(120)applyProfile() | |
-> blacklisted_steps=blacklisted_steps) | |
/home/timo/.buildout/eggs/Products.GenericSetup-1.7.5-py2.7.egg/Products/GenericSetup/tool.py(365)runAllImportStepsFromProfile() | |
-> blacklisted_steps=blacklisted_steps) | |
/home/timo/.buildout/eggs/Products.GenericSetup-1.7.5-py2.7.egg/Products/GenericSetup/tool.py(1119)_runImportStepsFromContext() | |
-> message = self._doRunImportStep(step, context) | |
/home/timo/.buildout/eggs/Products.GenericSetup-1.7.5-py2.7.egg/Products/GenericSetup/tool.py(1030)_doRunImportStep() | |
-> return handler(context) | |
/home/timo/.buildout/eggs/Products.ATContentTypes-2.2.3-py2.7.egg/Products/ATContentTypes/setuphandlers.py(274)importContent() | |
-> setupPortalContent(site) | |
/home/timo/.buildout/eggs/Products.ATContentTypes-2.2.3-py2.7.egg/Products/ATContentTypes/setuphandlers.py(40)setupPortalContent() | |
-> locale = locales.getLocale(*parts) | |
/home/timo/.buildout/eggs/zope.i18n-3.7.4-py2.7.egg/zope/i18n/locales/provider.py(76)getLocale() | |
-> self.loadLocale(language, country, variant) | |
> /home/timo/.buildout/eggs/zope.i18n-3.7.4-py2.7.egg/zope/i18n/locales/provider.py(55)loadLocale() | |
-> 'The desired locale is not available.\nPath: %s' % path) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment