changeset 704:62126eb71a52

removed whitespace following trailing backslash Makefile.am:370: whitespace following trailing backslash Makefile.am:371: whitespace following trailing backslash
author Jiri Vanek <jvanek@redhat.com>
date Fri, 26 Apr 2013 19:33:06 +0200
parents 0ee3a00bfdd1
children 728cc3b2ab34
files Makefile.am tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Fri Apr 26 12:44:48 2013 -0400
+++ b/Makefile.am	Fri Apr 26 19:33:06 2013 +0200
@@ -367,8 +367,8 @@
 	$(CXX) $(CXXFLAGS) \
 	  $(addprefix $(PLUGIN_DIR)/,$(PLUGIN_OBJECTS)) \
 	  $(CPP_UNITTEST_DIR)/*.o \
-	  -lrt \ 
-	  -lpthread \ 
+	  -lrt \
+	  -lpthread \
 	  $(GLIB_LIBS) \
 	  $(MOZILLA_LIBS) \
 	  $(CPP_UNITTEST_FRAMEWORK_LIB)\
--- a/tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java	Fri Apr 26 12:44:48 2013 -0400
+++ b/tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java	Fri Apr 26 19:33:06 2013 +0200
@@ -119,7 +119,7 @@
      * 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";