From: <otm...@us...> - 2009-06-02 08:23:01
|
Revision: 6438 http://jython.svn.sourceforge.net/jython/?rev=6438&view=rev Author: otmarhumbel Date: 2009-06-02 08:23:00 +0000 (Tue, 02 Jun 2009) Log Message: ----------- rollback to 6418, due to a regression in hudson all Modified Paths: -------------- trunk/jython/Lib/test/test_java_integration.py Modified: trunk/jython/Lib/test/test_java_integration.py =================================================================== --- trunk/jython/Lib/test/test_java_integration.py 2009-06-01 04:46:45 UTC (rev 6437) +++ trunk/jython/Lib/test/test_java_integration.py 2009-06-02 08:23:00 UTC (rev 6438) @@ -411,9 +411,6 @@ # script must lie within python.home for this test to work return policy = test_support.findfile("python_home.policy") - if len(policy.split(' ')) > 1: - # quote the policy file if it contains spaces - policy = '"%s"' % policy self.assertEquals(subprocess.call([sys.executable, "-J-Dpython.cachedir.skip=true", "-J-Djava.security.manager", "-J-Djava.security.policy=%s" % policy, script]), 0) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |