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

@@ -36,7 +36,7 @@ import org.luaj.vm2.lib.BaseLib;
*/
public class ErrorsTest extends ScriptDrivenTest {
private static final String dir = "test/lua/errors";
private static final String dir = "errors/";
public ErrorsTest() {
super(ScriptDrivenTest.PlatformType.JSE, dir);