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/logcxx_369 Commit: 1f226dc1663e22408b6bce2086b86549975ff006 Parents: eef00c5 Author: Thorsten Schöning <[email protected]> Authored: Wed Mar 21 11:00:33 2018 +0100 Committer: Thorsten Schöning <[email protected]> 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"); } /**
