summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/extractarchiveoperationtest
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@theqtcompany.com>2015-03-05 07:58:49 +0100
committerChristian Stenger <christian.stenger@theqtcompany.com>2015-03-05 07:20:43 +0000
commit89a9788412d24a4138fb8d52cc5154238408bff2 (patch)
tree0a47a6d20f31e7d7d30f69e750caf06f38fd8ff2 /tests/auto/installer/extractarchiveoperationtest
parent80439d01e2feb1342dc470627585559c97805be3 (diff)
Tests: Fix expected error messages
Change-Id: Iba36a901f2477067ce9e753764c4d9651f1be50e Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Diffstat (limited to 'tests/auto/installer/extractarchiveoperationtest')
-rw-r--r--tests/auto/installer/extractarchiveoperationtest/tst_extractarchiveoperationtest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/installer/extractarchiveoperationtest/tst_extractarchiveoperationtest.cpp b/tests/auto/installer/extractarchiveoperationtest/tst_extractarchiveoperationtest.cpp
index e101b96e5..b87cea791 100644
--- a/tests/auto/installer/extractarchiveoperationtest/tst_extractarchiveoperationtest.cpp
+++ b/tests/auto/installer/extractarchiveoperationtest/tst_extractarchiveoperationtest.cpp
@@ -61,7 +61,8 @@ private slots:
//QVERIFY(!op.undoOperation()); Can't test for failure as we run into Q_ASSERT
QCOMPARE(UpdateOperation::Error(op.error()), UpdateOperation::InvalidArguments);
- QCOMPARE(op.errorString(), QString("Invalid arguments in Extract: 0 arguments given, exactly 2 expected."));
+ QCOMPARE(op.errorString(), QString("Invalid arguments in Extract: "
+ "0 arguments given, exactly 2 arguments expected."));
}