diff options
Diffstat (limited to 'tests/quotest.cpp')
-rw-r--r-- | tests/quotest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/quotest.cpp b/tests/quotest.cpp index afe26f7a..0ad5ff6b 100644 --- a/tests/quotest.cpp +++ b/tests/quotest.cpp @@ -507,7 +507,7 @@ TEST_IMPL(changeName) clog << "Names mismatch: found " << newName.toStdString() << " instead of " << arrivedNewName.toStdString() - << "; waiting for the next change" << endl; + << "; waiting for the next event" << endl; return false; }); return false; |