[Scipy-svn] r5408 - branches/0.7.x/scipy/weave/tests

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Jan 8 14:54:42 EST 2009


Author: jarrod.millman
Date: 2009-01-08 13:54:42 -0600 (Thu, 08 Jan 2009)
New Revision: 5408

Modified:
   branches/0.7.x/scipy/weave/tests/test_scxx_object.py
Log:
Backport r5385


Modified: branches/0.7.x/scipy/weave/tests/test_scxx_object.py
===================================================================
--- branches/0.7.x/scipy/weave/tests/test_scxx_object.py	2009-01-08 19:49:18 UTC (rev 5407)
+++ branches/0.7.x/scipy/weave/tests/test_scxx_object.py	2009-01-08 19:54:42 UTC (rev 5408)
@@ -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