From 623212f538123606b3c27849c84f833d45ce9f02 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Tue, 4 Aug 2020 13:26:58 +0200 Subject: Quotest: fix whitespacesmissing ina log line --- tests/quotest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/quotest.cpp b/tests/quotest.cpp index dc84364f..ed5c34b1 100644 --- a/tests/quotest.cpp +++ b/tests/quotest.cpp @@ -506,8 +506,8 @@ TEST_IMPL(changeName) if (newName == arrivedNewName) FINISH_TEST(true); - clog << "Names mismatch: found" << newName.toStdString() - << "instead of" << arrivedNewName.toStdString() + clog << "Names mismatch: found " << newName.toStdString() + << " instead of " << arrivedNewName.toStdString() << endl; FAIL_TEST(); }); -- cgit v1.2.3