[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/classregistry.txt Fixed test that failed when run with -N 2

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Apr 8 09:55:31 EDT 2005


Log message for revision 29910:
  Fixed test that failed when run with -N 2
  

Changed:
  U   Zope3/trunk/src/zope/app/apidoc/classregistry.txt

-=-
Modified: Zope3/trunk/src/zope/app/apidoc/classregistry.txt
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/classregistry.txt	2005-04-08 13:51:58 UTC (rev 29909)
+++ Zope3/trunk/src/zope/app/apidoc/classregistry.txt	2005-04-08 13:55:31 UTC (rev 29910)
@@ -144,3 +144,5 @@
   ...     os.unlink(filename + 'c')
   >>> if os.path.exists(filename + 'o'):
   ...     os.unlink(filename + 'o')
+
+  >>> del sys.modules['zope.app.apidoc.testmodule']
\ No newline at end of file



More information about the Zope3-Checkins mailing list