From 70dc23f996683a59dd85db74e8f15e49c4f7b9fd Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sun, 1 May 2022 13:43:29 +0200 Subject: Improve testSerializeJsonString unit tests this also removes the requirement that / is escaped, there is no reason for doing so. --- src/unittest/test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unittest/test.h') diff --git a/src/unittest/test.h b/src/unittest/test.h index 1102f6d33..79ea09471 100644 --- a/src/unittest/test.h +++ b/src/unittest/test.h @@ -80,7 +80,7 @@ class TestFailedException : public std::exception { << #expected << std::endl \ << " at " << fs::GetFilenameFromPath(__FILE__) << ":" \ << __LINE__ << std::endl \ - << " actual: " << a << std::endl << " expected: " \ + << " actual : " << a << std::endl << " expected: " \ << e << std::endl; \ throw TestFailedException(); \ } \ -- cgit v1.2.3