[Zope3-checkins] SVN: Zope3/trunk/ftesting.zcml Include
	package-includes/*-ftesting.zcml during functional tests only.
    Shane Hathaway 
    shane at zope.com
       
    Fri Nov 12 18:37:39 EST 2004
    
    
  
Log message for revision 28446:
  Include package-includes/*-ftesting.zcml during functional tests only.
  
Changed:
  U   Zope3/trunk/ftesting.zcml
-=-
Modified: Zope3/trunk/ftesting.zcml
===================================================================
--- Zope3/trunk/ftesting.zcml	2004-11-12 18:49:40 UTC (rev 28445)
+++ Zope3/trunk/ftesting.zcml	2004-11-12 23:37:39 UTC (rev 28446)
@@ -10,6 +10,7 @@
 
   <include files="package-includes/*-meta.zcml" />
   <include files="package-includes/*-configure.zcml" />
+  <include files="package-includes/*-ftesting.zcml" />
 
   <include file="securitypolicy.zcml" />
 
    
    
More information about the Zope3-Checkins
mailing list