[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Make display of captured unit test log messages consistent
commit 7a65abf566d9a66f2792e9f83480ca42e0574b43
Author: teor <teor2345@xxxxxxxxx>
Date: Sun Feb 19 23:09:50 2017 +1100
Make display of captured unit test log messages consistent
There was a missing space and an extra colon.
Fixes bug 21510; bugfix on 0.2.9.3-alpha.
---
changes/bug21510 | 4 ++++
src/test/log_test_helpers.h | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/changes/bug21510 b/changes/bug21510
new file mode 100644
index 0000000..31c3e1a
--- /dev/null
+++ b/changes/bug21510
@@ -0,0 +1,4 @@
+ o Minor bugfixes (unit tests):
+ - Make display of captured unit test log messages consistent.
+ Fixes bug 21510; bugfix on 0.2.9.3-alpha.
+
diff --git a/src/test/log_test_helpers.h b/src/test/log_test_helpers.h
index 922c68b..19c5a88 100644
--- a/src/test/log_test_helpers.h
+++ b/src/test/log_test_helpers.h
@@ -71,14 +71,14 @@ void mock_dump_saved_logs(void);
\
assert_log_predicate(mock_saved_log_has_message_containing(str) && \
mock_saved_log_n_entries() == 1, \
- "expected log to contain exactly 1 message: " # str); \
+ "expected log to contain exactly 1 message " # str); \
} while (0);
#define expect_single_log_msg_containing(str) \
do { \
assert_log_predicate(mock_saved_log_has_message_containing(str)&& \
mock_saved_log_n_entries() == 1 , \
- "expected log to contain 1 message, containing" # str); \
+ "expected log to contain 1 message, containing " # str); \
} while (0);
#define expect_no_log_msg(str) \
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits