[Zope3-checkins] CVS: Zope3/src/zope/configuration/tests - test_simple.py:1.4

Jim Fulton jim at zope.com
Tue Sep 23 15:12:35 EDT 2003


Update of /cvs-repository/Zope3/src/zope/configuration/tests
In directory cvs.zope.org:/tmp/cvs-serv19688/src/zope/configuration/tests

Modified Files:
	test_simple.py 
Log Message:
Updated a test to make it runnable in a loop.

Cleared the test file registry, which was modified by the
test.


=== Zope3/src/zope/configuration/tests/test_simple.py 1.3 => 1.4 ===
--- Zope3/src/zope/configuration/tests/test_simple.py:1.3	Thu Jul 31 11:50:03 2003
+++ Zope3/src/zope/configuration/tests/test_simple.py	Tue Sep 23 15:12:34 2003
@@ -159,6 +159,10 @@
     <files:register path="__init__.py" title="Make this a package" />
 
 
+We'll clean up after ourselves:
+
+>>> del file_registry[:]
+
 $Id$
 """
 




More information about the Zope3-Checkins mailing list