aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_general/tst_openqt_creator/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_general/tst_openqt_creator/test.py')
-rw-r--r--tests/system/suite_general/tst_openqt_creator/test.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/system/suite_general/tst_openqt_creator/test.py b/tests/system/suite_general/tst_openqt_creator/test.py
index 2fd8983796..dd8e6ae49f 100644
--- a/tests/system/suite_general/tst_openqt_creator/test.py
+++ b/tests/system/suite_general/tst_openqt_creator/test.py
@@ -15,6 +15,10 @@ def main():
# Wait for parsing to complete
waitForSignal("{type='CppTools::Internal::CppModelManager' unnamed='1'}", "sourceFilesRefreshed(QStringList)", 300000)
+ naviTreeView = "{column='0' container=':Qt Creator_Utils::NavigationTreeView' text='%s' type='QModelIndex'}"
+ compareProjectTree(naviTreeView % "speedcrunch", "projecttree_speedcrunch.tsv")
+ compareProjectTree(naviTreeView % "qtcreator", "projecttree_creator.tsv")
+
# Now check some basic lookups in the search box
selectFromLocator(": Qlist::QList", "QList::QList")
test.compare(wordUnderCursor(waitForObject(":Qt Creator_CppEditor::Internal::CPPEditorWidget")), "QList")