Skip to content

Commit 44efa5c

Browse files
committed
Revert "Test JRuby discovery by JSR-223 framework"
This reverts commit 9095778. The testDiscovery method requires a SciJava ScriptLanguage as a parameter; and we are no longer registering the JRuby SciJava ScriptLanguage in the META-INF.
1 parent ff60829 commit 44efa5c

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@
105105
<artifactId>junit</artifactId>
106106
<scope>test</scope>
107107
</dependency>
108-
<dependency>
109-
<groupId>org.scijava</groupId>
110-
<artifactId>scijava-common</artifactId>
111-
<classifier>tests</classifier>
112-
</dependency>
113108
</dependencies>
114109

115110
<build>

src/test/java/org/scijava/plugins/scripting/jruby/JRubyTest.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141

4242
import org.junit.Test;
4343
import org.scijava.Context;
44-
import org.scijava.script.AbstractScriptLanguageTest;
4544
import org.scijava.script.ScriptLanguage;
4645
import org.scijava.script.ScriptModule;
4746
import org.scijava.script.ScriptService;
@@ -51,12 +50,7 @@
5150
*
5251
* @author Johannes Schindelin
5352
*/
54-
public class JRubyTest extends AbstractScriptLanguageTest {
55-
56-
@Test
57-
public void testDiscovery() {
58-
assertDiscovered(JRubyScriptLanguage.class);
59-
}
53+
public class JRubyTest {
6054

6155
@Test
6256
public void testBasic() throws InterruptedException, ExecutionException,

0 commit comments

Comments
 (0)