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

Sidnei da Silva sidnei at x3ng.com.br
Tue Jan 27 17:11:25 EST 2004


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

Modified Files:
	ftesting.zcml 
Log Message:
Fix root container (id goes from 0 -> 1). Fix massager, fix importer, add progress meter to importer. Unfortunately the undeat test is back from the other side, and I don't know why.


=== Zope3/ftesting.zcml 1.15 => 1.16 ===
--- Zope3/ftesting.zcml:1.15	Mon Jan 19 07:32:54 2004
+++ Zope3/ftesting.zcml	Tue Jan 27 17:11:24 2004
@@ -21,4 +21,7 @@
 
   <grant role="zope.Manager" principal="zope.mgr" />
 
+  <include package="sip.ftests" file="test.zcml" />
+  <includeOverrides file="overrides.zcml" />
+
 </configure>




More information about the Zope3-Checkins mailing list