[Checkins] SVN: grokcore.view/trunk/src/grokcore/view/ftests/static/simple.py Fix broken test.

Sylvain Viollow cvs-admin at zope.org
Sun Apr 29 12:15:17 UTC 2012


Log message for revision 125373:
  Fix broken test.
  

Changed:
  U   grokcore.view/trunk/src/grokcore/view/ftests/static/simple.py

-=-
Modified: grokcore.view/trunk/src/grokcore/view/ftests/static/simple.py
===================================================================
--- grokcore.view/trunk/src/grokcore/view/ftests/static/simple.py	2012-04-29 12:14:37 UTC (rev 125372)
+++ grokcore.view/trunk/src/grokcore/view/ftests/static/simple.py	2012-04-29 12:15:13 UTC (rev 125373)
@@ -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
@@ -45,4 +45,4 @@
 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')



More information about the checkins mailing list