[Numpy-svn] r6346 - trunk/numpy/lib/tests

numpy-svn at scipy.org numpy-svn at scipy.org
Fri Feb 6 01:31:13 EST 2009


Author: oliphant
Date: 2009-02-06 00:31:11 -0600 (Fri, 06 Feb 2009)
New Revision: 6346

Modified:
   trunk/numpy/lib/tests/test_io.py
Log:
Removed an unneccessary return statement in a unit test.

Modified: trunk/numpy/lib/tests/test_io.py
===================================================================
--- trunk/numpy/lib/tests/test_io.py	2009-02-06 06:25:50 UTC (rev 6345)
+++ trunk/numpy/lib/tests/test_io.py	2009-02-06 06:31:11 UTC (rev 6346)
@@ -336,7 +336,6 @@
         assert_array_equal(x, a)
 
     def test_record_2(self):
-        return # pass this test until #736 is resolved
         c = StringIO.StringIO()
         c.write('1312 foo\n1534 bar\n4444 qux')
         c.seek(0)




More information about the Numpy-svn mailing list