summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/settingsoperation/tst_settingsoperation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/installer/settingsoperation/tst_settingsoperation.cpp')
-rw-r--r--tests/auto/installer/settingsoperation/tst_settingsoperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/installer/settingsoperation/tst_settingsoperation.cpp b/tests/auto/installer/settingsoperation/tst_settingsoperation.cpp
index b7ea4fbc5..9b08d4f6f 100644
--- a/tests/auto/installer/settingsoperation/tst_settingsoperation.cpp
+++ b/tests/auto/installer/settingsoperation/tst_settingsoperation.cpp
@@ -90,7 +90,7 @@ private slots:
UpdateOperation::InvalidArguments);
compareString = "Current method argument calling \"Settings\" with arguments \"path=first; "
"method=second; key=third; value=fourth\" is not supported. Please use set, remove, "
- "add_array_value or remove_array_value.";
+ "add_array_value, or remove_array_value.";
QCOMPARE(wrongMethodArgumentOperation.errorString(), compareString);
// same for undo