aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/QtCore/qinstallmsghandler_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/QtCore/qinstallmsghandler_test.py b/tests/QtCore/qinstallmsghandler_test.py
index d76c6ceec..b4aa2d5ab 100644
--- a/tests/QtCore/qinstallmsghandler_test.py
+++ b/tests/QtCore/qinstallmsghandler_test.py
@@ -10,7 +10,7 @@ param = []
def handler(msgt, msg):
global param
- param = [msgt, msg]
+ param = [msgt, msg.strip()]
def handleruseless(msgt, msg):
pass