aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2019-06-24 12:44:13 +0200
committerRobert Loehning <robert.loehning@qt.io>2019-06-25 10:47:39 +0000
commit939d3fe03548af5744fdab1c7f9abf881e43926a (patch)
treee8b795077c765d11321fcaf6e71924ddd2000a60
parent83bf414c85c62de42dfbfd34221ffae6e73e7601 (diff)
Squish: Update message box "changed on disk"
Change-Id: I53149a67e3072a0466ccbb80c55bf9f76b33cb2a Reviewed-by: Christian Stenger <christian.stenger@qt.io>
-rw-r--r--tests/system/suite_editors/tst_edit_externally/test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/system/suite_editors/tst_edit_externally/test.py b/tests/system/suite_editors/tst_edit_externally/test.py
index ec6fcd9203..9c2ea61d2c 100644
--- a/tests/system/suite_editors/tst_edit_externally/test.py
+++ b/tests/system/suite_editors/tst_edit_externally/test.py
@@ -47,7 +47,8 @@ def main():
mBox = ("{text?='The file * has been changed on disk. Do you want to reload it?' "
"type='QMessageBox' unnamed='1' visible='1'}")
- popupText = "The file <i>%s</i> has been changed on disk. Do you want to reload it?"
+ popupText = ("<p>The file <i>%s</i> has been changed on disk. Do you want to reload it?</p>"
+ "<p>The default behavior can be set in Tools > Options > Environment > System.</p>")
formerContent = None
for i, currentFile in enumerate(files):