[Zope3-checkins] CVS: Zope3 - ftesting.zcml:1.21

Jim Fulton jim at zope.com
Thu Mar 18 15:02:29 EST 2004


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv24663

Modified Files:
	ftesting.zcml 
Log Message:
Added logic to read the configuration files from products.  This is a
little risky.  A product could make some configuration change that
would break other products' or zope's ftests.  I think we can bear
this risk for now, but, eventually, I think we need to figure out a
way to run different products' ftests independently.


=== Zope3/ftesting.zcml 1.20 => 1.21 ===
--- Zope3/ftesting.zcml:1.20	Wed Feb 18 09:30:50 2004
+++ Zope3/ftesting.zcml	Thu Mar 18 15:02:25 2004
@@ -5,7 +5,10 @@
   <!-- used for functional testing setup -->
 
   <include package="zope.app" />
+
+  <include files="products/*-meta.zcml" />
   <include file="products_ftesting.zcml" />
+  <include files="products/*-configure.zcml" />
 
   <!-- Principals -->
 




More information about the Zope3-Checkins mailing list