Test console shouldn't run in-process

This commit is contained in:
Lukas Eder 2012-09-09 12:15:36 +02:00
parent 99aaad3022
commit a96d960cb7

View File

@ -230,7 +230,7 @@ public abstract class jOOQAbstractTest<
public static Map<String, String> scripts = new HashMap<String, String>();
private static RemoteDebuggerServer SERVER;
private static boolean RUN_CONSOLE_IN_PROCESS = true;
private static boolean RUN_CONSOLE_IN_PROCESS = false;
protected void execute(String script) throws Exception {
Statement stmt = null;