diff options
author | Christian Stenger <[email protected]> | 2013-01-31 16:14:06 +0100 |
---|---|---|
committer | Christian Stenger <[email protected]> | 2013-01-31 16:24:37 +0100 |
commit | 893b3da55d998fb76322768e890d29c46fd6b33d (patch) | |
tree | 343b24cf9d076d760d2f2823c7f7020d9cdde675 /tests | |
parent | 4622aba79e4a7fde9eb8d842674555f8cd61d975 (diff) |
Squish: Fix tst_WELP02
Change-Id: Ie45909e9967fdb1333da25bc85f93195374f44da
Reviewed-by: Robert Loehning <[email protected]>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/system/suite_WELP/tst_WELP02/test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/suite_WELP/tst_WELP02/test.py b/tests/system/suite_WELP/tst_WELP02/test.py index edf29c9dc19..1dfa303b4d3 100644 --- a/tests/system/suite_WELP/tst_WELP02/test.py +++ b/tests/system/suite_WELP/tst_WELP02/test.py @@ -29,7 +29,7 @@ def main(): waitForSignal("{type='CppTools::Internal::CppModelManager' unnamed='1'}", "sourceFilesRefreshed(QStringList)") test.verify(checkIfObjectExists("{column='0' container=':Qt Creator_Utils::NavigationTreeView'" - " text='SampleApp' type='QModelIndex'}"), + " text~='SampleApp( \(.*\))?' type='QModelIndex'}"), "Verifying: The project is opened in 'Edit' mode after configuring.") # go to "Welcome page" -> "Develop" topic again. switchViewTo(ViewConstants.WELCOME) @@ -43,7 +43,7 @@ def main(): waitForSignal("{type='CppTools::Internal::CppModelManager' unnamed='1'}", "sourceFilesRefreshed(QStringList)") test.verify(checkIfObjectExists("{column='0' container=':Qt Creator_Utils::NavigationTreeView'" - " text='propertyanimation' type='QModelIndex'}"), + " text~='propertyanimation( \(.*\))?' type='QModelIndex'}"), "Verifying: The project is opened in 'Edit' mode after configuring.") # go to "Welcome page" -> "Develop" again and check if there is an information about # recent projects in "Recent Projects". |