[CMF-checkins] CVS: Products/CMFCore/tests/fake_skins/fake_skin -
testPT2.pt:1.2
Yvo Schubbe
y.2005- at wcm-solutions.de
Thu Mar 10 09:35:36 EST 2005
Update of /cvs-repository/Products/CMFCore/tests/fake_skins/fake_skin
In directory cvs.zope.org:/tmp/cvs-serv32016/CMFCore/tests/fake_skins/fake_skin
Modified Files:
testPT2.pt
Log Message:
fixed unit test: if parsed as xml, we have to declare the namespace
=== Products/CMFCore/tests/fake_skins/fake_skin/testPT2.pt 1.1 => 1.2 ===
--- Products/CMFCore/tests/fake_skins/fake_skin/testPT2.pt:1.1 Mon Mar 7 06:22:08 2005
+++ Products/CMFCore/tests/fake_skins/fake_skin/testPT2.pt Thu Mar 10 09:35:36 2005
@@ -1 +1,2 @@
-<div tal:replace="request/SERVER_NAME" />
\ No newline at end of file
+<div xmlns:tal="http://xml.zope.org/namespaces/tal"
+ tal:replace="request/SERVER_NAME" />
More information about the CMF-checkins
mailing list