summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/messageboxhandler
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-06-24 12:32:04 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2015-06-24 11:08:24 +0000
commit5d53c5a4ba362c6281da869c0a04a6c47cb54d52 (patch)
tree8ce19a0e2884591240d8b4bcb98682fb944bab5c /tests/auto/installer/messageboxhandler
parent1d0d566f15487d62db1632b3f663856e25c79f6c (diff)
Fix error strings in autotests
Fix autotests that broke with commit 1e589e37a991b. Change-Id: I2c0ed437de17fef856706fb3e422f3466c373c37 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'tests/auto/installer/messageboxhandler')
-rw-r--r--tests/auto/installer/messageboxhandler/tst_messageboxhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/installer/messageboxhandler/tst_messageboxhandler.cpp b/tests/auto/installer/messageboxhandler/tst_messageboxhandler.cpp
index aeb75f7b1..3267ec00e 100644
--- a/tests/auto/installer/messageboxhandler/tst_messageboxhandler.cpp
+++ b/tests/auto/installer/messageboxhandler/tst_messageboxhandler.cpp
@@ -65,7 +65,7 @@ private slots:
void testDefaultAction()
{
- const char ignoreMessage[] = "\"created critical message box TestError: 'A test error', "
+ const char ignoreMessage[] = "\"Created critical message box TestError: \"A test error\", "
"This is a test error message.\" ";
srand(time(0)); /* initialize random seed: */