[Zope3-checkins] CVS: Zope3 - ftesting.zcml:1.20
products_ftesting.zcml.in:1.3
Stephan Richter
srichter at cosmos.phy.tufts.edu
Wed Feb 18 09:30:52 EST 2004
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv25771
Modified Files:
ftesting.zcml products_ftesting.zcml.in
Log Message:
fixed up functional test setup, so that all setup is done correctly.
=== Zope3/ftesting.zcml 1.19 => 1.20 ===
--- Zope3/ftesting.zcml:1.19 Wed Jan 28 12:02:46 2004
+++ Zope3/ftesting.zcml Wed Feb 18 09:30:50 2004
@@ -5,7 +5,7 @@
<!-- used for functional testing setup -->
<include package="zope.app" />
- <include file="products.zcml" />
+ <include file="products_ftesting.zcml" />
<!-- Principals -->
@@ -21,7 +21,6 @@
<grant role="zope.Manager" principal="zope.mgr" />
- <include file="products_ftesting.zcml" />
<includeOverrides file="overrides_ftesting.zcml" />
</configure>
=== Zope3/products_ftesting.zcml.in 1.2 => 1.3 ===
--- Zope3/products_ftesting.zcml.in:1.2 Wed Jan 28 12:02:46 2004
+++ Zope3/products_ftesting.zcml.in Wed Feb 18 09:30:50 2004
@@ -10,5 +10,11 @@
<include package="zope.products.example.ftests"
file="test_setup.zcml" />
-->
+<include package="zope.products.securitypolicy"/>
+
+<include package="zope.products.statictree"/>
+<include package="zope.products.apidoc"/>
+
+<include package="zope.products.demo.insensitivefolder"/>
</configure>
More information about the Zope3-Checkins
mailing list