Add a new test case for upvalues, and enhance upvalue handling so that

they pass.
This commit is contained in:
Ian Farmer
2007-07-09 04:10:25 +00:00
parent 45964d7e22
commit f7d6a49acb
6 changed files with 104 additions and 15 deletions

View File

@@ -47,6 +47,10 @@ public class LuaJTest extends TestCase {
runTest( "upvalues" );
}
public void testUpvalues2() throws IOException, InterruptedException {
runTest( "upvalues2" );
}
private void runTest( String testName ) throws IOException, InterruptedException {
// add LuaJava bindings
LuaJava.install();