Author: dandiep
Date: Sun May 27 15:06:15 2007
New Revision: 542044
URL: http://svn.apache.org/viewvc?view=rev&rev=542044
Log:
Should've excluded this from my commit...
Modified:
incubator/cxf/trunk/testutils/src/main/java/org/apache/cxf/testutil/common/ServerLauncher.java
Modified:
incubator/cxf/trunk/testutils/src/main/java/org/apache/cxf/testutil/common/ServerLauncher.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/src/main/java/org/apache/cxf/testutil/common/ServerLauncher.java?view=diff&rev=542044&r1=542043&r2=542044
==============================================================================
---
incubator/cxf/trunk/testutils/src/main/java/org/apache/cxf/testutil/common/ServerLauncher.java
(original)
+++
incubator/cxf/trunk/testutils/src/main/java/org/apache/cxf/testutil/common/ServerLauncher.java
Sun May 27 15:06:15 2007
@@ -41,7 +41,7 @@
protected static final String SERVER_FAILED =
"server startup failed (not a log message)";
- private static final boolean DEFAULT_IN_PROCESS = true;
+ private static final boolean DEFAULT_IN_PROCESS = false;
private static final Logger LOG =
Logger.getLogger(ServerLauncher.class.getName());
@@ -49,7 +49,7 @@
final String className;
- private final boolean debug = true;
+ private final boolean debug = false;
private boolean inProcess = DEFAULT_IN_PROCESS;
private AbstractTestServerBase inProcessServer;