Refactor loading of scripts during testing, remove use of "arg" from error test script.
This commit is contained in:
@@ -33,7 +33,7 @@ import org.luaj.vm2.luajc.LuaJC;
|
||||
*/
|
||||
public class CompatibiltyTest extends TestSuite {
|
||||
|
||||
private static final String dir = "test/lua";
|
||||
private static final String dir = "";
|
||||
|
||||
abstract protected static class CompatibiltyTestSuite extends ScriptDrivenTest {
|
||||
LuaValue savedStringMetatable;
|
||||
|
||||
Reference in New Issue
Block a user