aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/quotest.cpp4
1 files 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();
});