You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2018/03/21 18:29:14 UTC

[2/6] logging-log4cxx git commit: LOGCXX-369: Make code a bit more readable before using it as base for decodingtest.

LOGCXX-369: Make code a bit more readable before using it as base for decodingtest.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/1f226dc1
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/1f226dc1
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/1f226dc1

Branch: refs/heads/master
Commit: 1f226dc1663e22408b6bce2086b86549975ff006
Parents: eef00c5
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Wed Mar 21 11:00:33 2018 +0100
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Wed Mar 21 11:00:33 2018 +0100

----------------------------------------------------------------------
 src/test/cpp/encodingtest.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/1f226dc1/src/test/cpp/encodingtest.cpp
----------------------------------------------------------------------
diff --git a/src/test/cpp/encodingtest.cpp b/src/test/cpp/encodingtest.cpp
index 8faf033..3b04011 100644
--- a/src/test/cpp/encodingtest.cpp
+++ b/src/test/cpp/encodingtest.cpp
@@ -70,7 +70,8 @@ public:
                       LOG4CXX_STR("US-ASCII"));
       common(root);
 
-      BinaryCompare::compare("output/encoding/ascii.log", "witness/encoding/ascii.log");
+      BinaryCompare::compare( "output/encoding/ascii.log",
+                              "witness/encoding/ascii.log");
   }
 
     /**