Created
September 4, 2012 22:53
-
-
Save lrowe/3627672 to your computer and use it in GitHub Desktop.
bin/test -s plone.app.portlets -t testHeadingLinkRootedItemGone
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
Error in test testHeadingLinkRootedItemGone (plone.app.portlets.tests.test_navigation_portlet.TestRenderer) | |
Traceback (most recent call last): | |
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 327, in run | |
testMethod() | |
File "/data/devel/plone/4.3/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 595, in testHeadingLinkRootedItemGone | |
link = view.heading_link_target() | |
File "/data/devel/plone/4.3/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 175, in heading_link_target | |
nav_root = self.getNavRoot() | |
File "/data/buildout/eggs/plone.memoize-1.1.1-py2.7.egg/plone/memoize/instance.py", line 51, in memogetter | |
val=func(*args, **kwargs) | |
File "/data/devel/plone/4.3/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 245, in getNavRoot | |
return portal.unrestrictedTraverse(rootPath) | |
File "/data/buildout/eggs/Zope2-2.13.16-py2.7.egg/OFS/Traversable.py", line 300, in unrestrictedTraverse | |
raise e | |
- __traceback_info__: ([], 'foobar') | |
NotFound: foobar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment