[Zope3-checkins] CVS: Zope3/src/zope/app/publisher/browser/tests - test_directives.py:1.19

Anthony Baxter anthony@interlink.com.au
Sat, 2 Aug 2003 05:12:01 -0400


Update of /cvs-repository/Zope3/src/zope/app/publisher/browser/tests
In directory cvs.zope.org:/tmp/cvs-serv24272/zope/app/publisher/browser/tests

Modified Files:
	test_directives.py 
Log Message:
Backing out philiKON's changes - they broke the functional tests, and
from his signoff on IRC, I don't think he's going to be around until 
Monday. As I'm working on the Catalog functional tests, this is pretty
annoying. I tried to figure out how to just back out bits til I found the
broken stuff, but it's a pretty serious refactoring. I'll send a message
to zope3-checkins with the CVS commands used for this, so that someone
can undo the backout if they wish.


=== Zope3/src/zope/app/publisher/browser/tests/test_directives.py 1.18 => 1.19 ===
--- Zope3/src/zope/app/publisher/browser/tests/test_directives.py:1.18	Sat Aug  2 03:04:15 2003
+++ Zope3/src/zope/app/publisher/browser/tests/test_directives.py	Sat Aug  2 05:11:26 2003
@@ -53,11 +53,11 @@
     os.path.split(zope.app.publisher.browser.__file__)[0],
     'tests')
 
-template = """<configure
+template = """<zopeConfigure
    xmlns='http://namespaces.zope.org/zope'
    xmlns:browser='http://namespaces.zope.org/browser'>
    %s
-   </configure>"""
+   </zopeConfigure>"""
 
 request = Request(IBrowserPresentation)