Squish: Update type of VCS log

Change-Id: Ia7359be2061a752a3e6957405b0150cd604b3bc7
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
Robert Loehning
2016-02-29 18:12:30 +01:00
parent 972ea4cba0
commit 3b9f1659eb
3 changed files with 4 additions and 4 deletions

View File

@@ -166,7 +166,7 @@ def main():
return
createProject_Qt_GUI(srcPath, projectName, addToVersionControl = "Git")
openVcsLog()
vcsLog = waitForObject("{type='QPlainTextEdit' unnamed='1' visible='1' "
vcsLog = waitForObject("{type='Core::OutputWindow' unnamed='1' visible='1' "
"window=':Qt Creator_Core::Internal::MainWindow'}").plainText
test.verify("Initialized empty Git repository in %s"
% os.path.join(srcPath, projectName, ".git").replace("\\", "/") in str(vcsLog),