[Numpy-svn] r6362 - trunk/numpy/core/tests

numpy-svn at scipy.org numpy-svn at scipy.org
Sat Feb 14 10:03:27 EST 2009


Author: cdavid
Date: 2009-02-14 09:03:22 -0600 (Sat, 14 Feb 2009)
New Revision: 6362

Modified:
   trunk/numpy/core/tests/test_multiarray.py
Log:
Remove leftover in TestIO.

Modified: trunk/numpy/core/tests/test_multiarray.py
===================================================================
--- trunk/numpy/core/tests/test_multiarray.py	2009-02-14 15:02:39 UTC (rev 6361)
+++ trunk/numpy/core/tests/test_multiarray.py	2009-02-14 15:03:22 UTC (rev 6362)
@@ -794,7 +794,7 @@
     def tearDown(self):
         if os.path.isfile(self.filename):
             os.unlink(self.filename)
-            tmp_file.close()
+            #tmp_file.close()
 
     def test_roundtrip_file(self):
         f = open(self.filename, 'wb')




More information about the Numpy-svn mailing list