Skip to content

Commit

Permalink
Fix broken test.
Browse files Browse the repository at this point in the history
  • Loading branch information
thefunny42 committed Apr 29, 2012
1 parent 73c00fd commit 65e2078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/grokcore/view/ftests/static/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
>>> browser = Browser()
>>> browser.handleErrors = False
>>> root = getRootFolder()
>>> from grokcore.view.ftests.staticdir.simple_fixture.ellie import Mammoth
>>> from grokcore.view.ftests.static.simple_fixture.ellie import Mammoth
>>> root[u'ellie'] = Mammoth()
>>> browser.open('http://localhost/ellie')
>>> print browser.contents
Expand Down Expand Up @@ -45,4 +45,4 @@ def __str__(self):
zope.component.provideAdapter(factory=DummyResource,
adapts=(IBrowserRequest,),
provides=zope.interface.Interface,
name='grokcore.view.ftests.staticdir.simple_fixture')
name='grokcore.view.ftests.static.simple_fixture')

0 comments on commit 65e2078

Please sign in to comment.