|
From: <caw...@us...> - 2007-01-20 22:54:08
|
Revision: 1833
http://svn.sourceforge.net/rubyeclipse/?rev=1833&view=rev
Author: cawilliams
Date: 2007-01-20 14:54:05 -0800 (Sat, 20 Jan 2007)
Log Message:
-----------
fix static call...
Modified Paths:
--------------
trunk/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/testunit/launcher/TestUnitLaunchShortcut.java
Modified: trunk/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/testunit/launcher/TestUnitLaunchShortcut.java
===================================================================
--- trunk/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/testunit/launcher/TestUnitLaunchShortcut.java 2007-01-20 22:53:20 UTC (rev 1832)
+++ trunk/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/testunit/launcher/TestUnitLaunchShortcut.java 2007-01-20 22:54:05 UTC (rev 1833)
@@ -126,7 +126,7 @@
}
protected ILaunchConfiguration createConfiguration(IFile rubyFile, String container, String testName) {
- if (RubyRuntime.getDefault().getDefaultVMInstall() == null) {
+ if (RubyRuntime.getDefaultVMInstall() == null) {
showNoInterpreterDialog();
return null;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|