[Zope-Checkins] SVN: Zope/trunk/test.py Fixed bug in specification
of ignored modules.
Jim Fulton
jim at zope.com
Thu Nov 3 12:34:47 EST 2005
Log message for revision 39876:
Fixed bug in specification of ignored modules.
Changed:
U Zope/trunk/test.py
-=-
Modified: Zope/trunk/test.py
===================================================================
--- Zope/trunk/test.py 2005-11-03 16:01:28 UTC (rev 39875)
+++ Zope/trunk/test.py 2005-11-03 17:34:46 UTC (rev 39876)
@@ -53,8 +53,10 @@
'|'
'BTrees'
'|'
- 'persistentThreadedAsync'
+ 'persistent'
'|'
+ 'ThreadedAsync'
+ '|'
'transaction'
'|'
'ZEO'
More information about the Zope-Checkins
mailing list