|
From: <caw...@us...> - 2006-12-07 14:57:49
|
Revision: 1682
http://svn.sourceforge.net/rubyeclipse/?rev=1682&view=rev
Author: cawilliams
Date: 2006-12-07 06:57:45 -0800 (Thu, 07 Dec 2006)
Log Message:
-----------
fix for Ticket #141
Modified Paths:
--------------
trunk/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/testunit/launcher/TestUnitRunnerConfiguration.java
Modified: trunk/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/testunit/launcher/TestUnitRunnerConfiguration.java
===================================================================
--- trunk/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/testunit/launcher/TestUnitRunnerConfiguration.java 2006-12-07 14:44:00 UTC (rev 1681)
+++ trunk/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/testunit/launcher/TestUnitRunnerConfiguration.java 2006-12-07 14:57:45 UTC (rev 1682)
@@ -81,7 +81,7 @@
throw new RuntimeException("Could not get necessary attributes from the launch configuration.") ;
}
- return fileName + " " + this.getPort() + " " + keepAlive + " " + testClass + " " + testMethod;
+ return "\"" + fileName + "\" " + this.getPort() + " " + keepAlive + " " + testClass + " " + testMethod;
}
public List renderLoadPath() {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|