[Zodb-checkins] CVS: ZODB3/ZEO/tests - testConnection.py:1.16.2.2

Jeremy Hylton jeremy at zope.com
Wed Sep 10 23:48:08 EDT 2003


Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv18125

Modified Files:
      Tag: ZODB3-3_2-branch
	testConnection.py 
Log Message:
The warnings seem to have gone away.


=== ZODB3/ZEO/tests/testConnection.py 1.16.2.1 => 1.16.2.2 ===
--- ZODB3/ZEO/tests/testConnection.py:1.16.2.1	Wed Sep 10 12:41:25 2003
+++ ZODB3/ZEO/tests/testConnection.py	Wed Sep 10 22:48:07 2003
@@ -124,10 +124,6 @@
 
 
 def test_suite():
-    # shutup warnings about mktemp
-    import warnings
-    warnings.filterwarnings("ignore", "mktemp")
-
     suite = unittest.TestSuite()
     for klass in test_classes:
         sub = unittest.makeSuite(klass, 'check')




More information about the Zodb-checkins mailing list