[Scipy-svn] r5385 - trunk/scipy/weave/tests

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Jan 8 03:24:33 EST 2009


Author: stefan
Date: 2009-01-08 02:24:22 -0600 (Thu, 08 Jan 2009)
New Revision: 5385

Modified:
   trunk/scipy/weave/tests/test_scxx_object.py
Log:
Remove test that required visual verification.

Modified: trunk/scipy/weave/tests/test_scxx_object.py
===================================================================
--- trunk/scipy/weave/tests/test_scxx_object.py	2009-01-08 08:12:06 UTC (rev 5384)
+++ trunk/scipy/weave/tests/test_scxx_object.py	2009-01-08 08:24:22 UTC (rev 5385)
@@ -77,14 +77,6 @@
     # Check the object print protocol.
     #------------------------------------------------------------------------
     @dec.slow
-    def test_stdout(self):
-        code = """
-               py::object val = "how now brown cow";
-               val.print(stdout);
-               """
-        res = inline_tools.inline(code)
-        # visual check on this one.
-    @dec.slow
     def test_stringio(self):
         import cStringIO
         file_imposter = cStringIO.StringIO()




More information about the Scipy-svn mailing list