Skip to content

Commit

Permalink
[test] un-comment another disabled unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Jun 12, 2018
1 parent 686a861 commit de25d23
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
import java.util.logging.Logger;
import java.util.logging.SimpleFormatter;
import java.util.logging.StreamHandler;
import javax.script.ScriptEngineManager;
import org.jruby.embed.AttributeName;
import org.junit.After;
import org.junit.AfterClass;
Expand Down Expand Up @@ -112,7 +111,7 @@ public void testEval() throws Exception {
/**
* Test of eval method, of class Jsr223JRubyCompiledScript.
*/
//@Test
@Test
public void testEval_context() throws Exception {
logger1.info("eval with context");
System.setProperty("org.jruby.embed.localvariable.behavior", "transient");
Expand Down

0 comments on commit de25d23

Please sign in to comment.