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

numpy-svn at scipy.org numpy-svn at scipy.org
Sat Sep 4 06:17:19 EDT 2010


Author: rgommers
Date: 2010-09-04 05:17:19 -0500 (Sat, 04 Sep 2010)
New Revision: 8688

Modified:
   trunk/numpy/core/tests/test_regression.py
Log:
TST: Change outdated message for knownfail described in #1081.

Modified: trunk/numpy/core/tests/test_regression.py
===================================================================
--- trunk/numpy/core/tests/test_regression.py	2010-09-04 10:10:42 UTC (rev 8687)
+++ trunk/numpy/core/tests/test_regression.py	2010-09-04 10:17:19 UTC (rev 8688)
@@ -1134,7 +1134,7 @@
         t = ((1,), np.array(1))
         assert_raises(ValueError, lambda: np.array(t))
 
-    @dec.knownfailureif(True, "Fix this for 1.5.0.")
+    @dec.knownfailureif(True, "This is a corner case, see ticket #1081.")
     def test_array_from_sequence_scalar_array2(self):
         """Ticket #1081: weird array with strange input..."""
         t = np.array([np.array([]), np.array(0, object)])




More information about the Numpy-svn mailing list