From 8637d04c1d1f192f024ec1a88f271a1a9f6085d6 Mon Sep 17 00:00:00 2001
From: Robert Loehning <robert.loehning@qt.io>
Date: Mon, 10 Jul 2017 17:51:22 +0200
Subject: [PATCH] Squish: Update expected text in tst_git_local

Change-Id: I97a532f80b9dc2b40ec5931116b207cfaeef8f4b
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
---
 tests/system/suite_tools/tst_git_local/test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/system/suite_tools/tst_git_local/test.py b/tests/system/suite_tools/tst_git_local/test.py
index a9186a228f1..daface7a976 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")
-- 
GitLab