From: <otm...@us...> - 2010-06-15 06:33:26
|
Revision: 7064 http://jython.svn.sourceforge.net/jython/?rev=7064&view=rev Author: otmarhumbel Date: 2010-06-15 06:33:20 +0000 (Tue, 15 Jun 2010) Log Message: ----------- require subprocess again Modified Paths: -------------- trunk/jython/Lib/test/test_subprocess.py Modified: trunk/jython/Lib/test/test_subprocess.py =================================================================== --- trunk/jython/Lib/test/test_subprocess.py 2010-06-03 03:53:11 UTC (rev 7063) +++ trunk/jython/Lib/test/test_subprocess.py 2010-06-15 06:33:20 UTC (rev 7064) @@ -707,8 +707,7 @@ def test_main(): # Spawning many new jython processes takes a long time - # TODO:oti uncomment the next line as soon as the fix to #1356 is verified on the build bots - #test_support.requires('subprocess') + test_support.requires('subprocess') test_support.run_unittest(ProcessTestCase) if hasattr(test_support, "reap_children"): test_support.reap_children() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |