aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2013-04-26 19:33:06 +0200
committerJiri Vanek <[email protected]>2013-04-26 19:33:06 +0200
commitfaf33218758fc1cd633affa929142256bb455906 (patch)
tree1896d94fbc01f23aa32bd82b00fe90f08ff4aac1 /tests
parent1970f53722f544819fd7b00698c79785c79b3df9 (diff)
removed whitespace following trailing backslash
Makefile.am:370: whitespace following trailing backslash Makefile.am:371: whitespace following trailing backslash
Diffstat (limited to 'tests')
-rw-r--r--tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java b/tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java
index 55ec17a..8763771 100644
--- a/tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java
+++ b/tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java
@@ -119,7 +119,7 @@ public class ServerAccess {
* this flag is indicating whether output of executeProcess should be logged. By default true.
*/
public static boolean PROCESS_LOG = true;
- public static boolean LOGS_REPRINT = false;
+ public static boolean LOGS_REPRINT = true;
private Browser currentBrowser;
public static final String UNSET_BROWSER="unset_browser";