Squish: Update expected sizes of project tree in tst_session_handling

Directories in resource files are now displayed as
separate items, adding two more entries to the tree.

Change-Id: I398469bfe7680c73ab0440fdb9dc6f75e101f2f4
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
Robert Loehning
2016-02-19 13:11:08 +01:00
parent bad4cb4896
commit e71cb3ae62

View File

@@ -42,7 +42,7 @@ def main():
for project in projects:
openQmakeProject(project, Targets.DESKTOP_480_DEFAULT)
progressBarWait(20000)
checkNavigator(68, "Verifying whether all projects have been opened.")
checkNavigator(70, "Verifying whether all projects have been opened.")
openDocument("propertyanimation.QML.qml.color-animation\\.qml")
openDocument("declarative-music-browser.Headers.utility\\.h")
checkOpenDocuments(2, "Verifying whether 2 files are open.")
@@ -58,7 +58,7 @@ def main():
switchSession(sessionName)
test.verify(waitFor("sessionName in str(mainWindow.windowTitle)", 2000),
"Verifying window title contains created session name.")
checkNavigator(68, "Verifying whether all projects have been re-opened.")
checkNavigator(70, "Verifying whether all projects have been re-opened.")
checkOpenDocuments(2, "Verifying whether 2 files have been re-opened.")
if test.verify("utility.h" in str(mainWindow.windowTitle),
"Verifying whether utility.h has been opened."):