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

Sidnei da Silva sidnei at x3ng.com.br
Wed Dec 17 16:28:02 EST 2003


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

Modified Files:
	ftesting.zcml 
Log Message:
Small refactoring to make it easier to reuse the SchemaUtility on different contexts (like, storing the fields on a RDBMS)


=== Zope3/ftesting.zcml 1.9 => 1.10 ===
--- Zope3/ftesting.zcml:1.9	Sun Dec 14 03:25:32 2003
+++ Zope3/ftesting.zcml	Wed Dec 17 16:27:29 2003
@@ -37,4 +37,7 @@
 
   <grant role="zope.Manager" principal="zope.mgr" />
 
+  <include package="zopeproducts.sfbr.ftests" file="test.zcml" />
+  <includeOverrides file="overrides.zcml" />
+
 </configure>




More information about the Zope3-Checkins mailing list