summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-03-13 13:44:18 +0100
committerJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-03-13 13:15:04 +0000
commite23402879f3d68243ed8f708b06a96416c980d6a (patch)
treef908e484bcc9c7f2c6fb0852f0b26e281621a9aa /tests
parent265fd45e29a34ae066551acc48cac7c1c2b48ecd (diff)
Fix test according to changes in messages.
Change-Id: I889a681a90a14ae9181dd5a88c8e891b7078d214 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/installer/consumeoutputoperationtest/tst_consumeoutputoperationtest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/installer/consumeoutputoperationtest/tst_consumeoutputoperationtest.cpp b/tests/auto/installer/consumeoutputoperationtest/tst_consumeoutputoperationtest.cpp
index 195c29caf..868865b5d 100644
--- a/tests/auto/installer/consumeoutputoperationtest/tst_consumeoutputoperationtest.cpp
+++ b/tests/auto/installer/consumeoutputoperationtest/tst_consumeoutputoperationtest.cpp
@@ -79,8 +79,8 @@ private slots:
QCOMPARE(UpdateOperation::Error(operation.error()), UpdateOperation::InvalidArguments);
//qDebug() << operation.errorString();
QString compareString("Invalid arguments in ConsumeOutput: 0 arguments given, at least 2 "
- "arguments expected in the form: (<to be saved installer key name>, "
- "<executable>, [argument1], [argument2], ...).");
+ "arguments expected in the form: <to be saved installer key name> "
+ "<executable> [argument1] [argument2] [...].");
//qDebug() << compareString;
QCOMPARE(operation.errorString(), compareString);
}