Refactor loading of scripts during testing, remove use of "arg" from error test script.

This commit is contained in:
James Roseborough
2012-09-08 22:04:56 +00:00
parent 7ae41da5e1
commit 8d1333c612
4 changed files with 92 additions and 70 deletions

View File

@@ -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;