|
From: <caw...@us...> - 2007-09-17 20:58:43
|
Revision: 3202
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=3202&view=rev
Author: cawilliams
Date: 2007-09-17 13:58:36 -0700 (Mon, 17 Sep 2007)
Log Message:
-----------
add task
Modified Paths:
--------------
trunk/org.rubypeople.rdt.launching.tests/src/org/rubypeople/rdt/internal/launching/TC_RubyRuntime.java
Modified: trunk/org.rubypeople.rdt.launching.tests/src/org/rubypeople/rdt/internal/launching/TC_RubyRuntime.java
===================================================================
--- trunk/org.rubypeople.rdt.launching.tests/src/org/rubypeople/rdt/internal/launching/TC_RubyRuntime.java 2007-09-17 20:58:23 UTC (rev 3201)
+++ trunk/org.rubypeople.rdt.launching.tests/src/org/rubypeople/rdt/internal/launching/TC_RubyRuntime.java 2007-09-17 20:58:36 UTC (rev 3202)
@@ -7,7 +7,6 @@
import javax.xml.transform.TransformerException;
import org.eclipse.core.resources.IFolder;
-import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IPath;
import org.eclipse.core.runtime.Path;
import org.rubypeople.rdt.core.tests.ModifyingResourceTest;
@@ -29,6 +28,7 @@
public TC_RubyRuntime(String name) {
super(name);
}
+ // TODO Need to create a test vm type or something
@Override
protected void setUp() throws Exception {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|