aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_tools
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2017-07-10 17:51:22 +0200
committerRobert Loehning <robert.loehning@qt.io>2017-07-11 09:20:27 +0000
commit8637d04c1d1f192f024ec1a88f271a1a9f6085d6 (patch)
treee48109e95198c25a67e088ab68b6f59dd6215328 /tests/system/suite_tools
parent8c66ecfaa3a1aee7f5dd9484765ca2660c8e0b59 (diff)
Squish: Update expected text in tst_git_local
Change-Id: I97a532f80b9dc2b40ec5931116b207cfaeef8f4b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/system/suite_tools')
-rw-r--r--tests/system/suite_tools/tst_git_local/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_tools/tst_git_local/test.py b/tests/system/suite_tools/tst_git_local/test.py
index a9186a228f..daface7a97 100644
--- a/tests/system/suite_tools/tst_git_local/test.py
+++ b/tests/system/suite_tools/tst_git_local/test.py
@@ -223,7 +223,7 @@ def main():
mouseClick(gitEditor, rect.x+rect.width/2, rect.y+rect.height/2, 0, Qt.LeftButton)
changed = waitForObject(":Qt Creator_DiffEditor::SideDiffEditorWidget")
waitFor('str(changed.plainText) != "Waiting for data..."', 5000)
- test.compare(str(changed.plainText), "Failed",
+ test.compare(str(changed.plainText), "Retrieving data failed.",
"Showing an invalid commit can't succeed but Creator survived.")
invokeMenuItem("File", "Close All Projects and Editors")