Activate tests again for SpiderMonkey

This commit is contained in:
Volker Berlin 2019-11-17 17:53:00 +01:00
parent 28853373c6
commit 35005e2a1a

View File

@ -47,13 +47,6 @@ public class StringOperations extends AbstractBaseTest {
return list;
}
@Test
@Override
public void test() {
Assume.assumeFalse( (getScriptEngine().name().startsWith( "SpiderMonkey" ) ) ); // SpiderMonkey shell does not have TextDecoder.
super.test();
}
static class TestClass {
@Export