Convert most libraries to use standard loading.
This commit is contained in:
@@ -64,10 +64,9 @@ public class ScriptDrivenTest extends TestCase {
|
||||
_G = org.luaj.vm2.lib.JsePlatform.standardGlobals();
|
||||
break;
|
||||
case JME:
|
||||
_G = org.luaj.vm2.lib.JmePlatform.standardGlobals();
|
||||
_G = org.luaj.vm2.lib.JmePlatform.debugGlobals();
|
||||
break;
|
||||
}
|
||||
DebugLib.install( _G );
|
||||
|
||||
// override print()
|
||||
final ByteArrayOutputStream output = new ByteArrayOutputStream();
|
||||
|
||||
Reference in New Issue
Block a user