[Zope3-checkins] CVS: Zope3 - ftesting.zcml:1.7 test.py:1.80

Sidnei da Silva sidnei at x3ng.com.br
Fri Dec 12 17:24:33 EST 2003


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

Modified Files:
	ftesting.zcml test.py 
Log Message:
Thanks for Stephan for pointing the typo


=== Zope3/ftesting.zcml 1.6 => 1.7 ===
--- Zope3/ftesting.zcml:1.6	Mon Sep 22 18:37:20 2003
+++ Zope3/ftesting.zcml	Fri Dec 12 17:24:01 2003
@@ -37,4 +37,7 @@
 
   <grant role="Manager" principal="mgr" />
 
+  <include package="zopeproducts.sfbr.ftests" file="test.zcml" />
+  <includeOverrides file="overrides.zcml" />
+
 </configure>


=== Zope3/test.py 1.79 => 1.80 ===
--- Zope3/test.py:1.79	Fri Dec 12 17:14:03 2003
+++ Zope3/test.py	Fri Dec 12 17:24:02 2003
@@ -342,7 +342,7 @@
             args = (self, test)
             r = prof.runcall(unittest.TextTestRunner.run, *args)
             prof.close()
-            stats = hotshot.stats.load("testrun.prof")
+            stats = hotshot.stats.load("tests_profile.prof")
             stats.sort_stats('cumulative', 'calls')
             stats.print_stats(50)
             return r




More information about the Zope3-Checkins mailing list