From 689d3d528ec787311495d48aa11d72ebeada267e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20L=C3=B6hning?= Date: Thu, 17 Mar 2022 20:56:07 +0100 Subject: [PATCH] Squish: Update tst_CSUP01 and -02 Change-Id: I6e15545be1a92e43b5708dc5fdef456b8d2ab32d Reviewed-by: Christian Stenger --- tests/system/suite_CSUP/tst_CSUP01/test.py | 4 ++-- tests/system/suite_CSUP/tst_CSUP02/test.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/system/suite_CSUP/tst_CSUP01/test.py b/tests/system/suite_CSUP/tst_CSUP01/test.py index 20316f39775..50f31d1da34 100644 --- a/tests/system/suite_CSUP/tst_CSUP01/test.py +++ b/tests/system/suite_CSUP/tst_CSUP01/test.py @@ -1,6 +1,6 @@ ############################################################################ # -# Copyright (C) 2016 The Qt Company Ltd. +# Copyright (C) 2022 The Qt Company Ltd. # Contact: https://www.qt.io/licensing/ # # This file is part of Qt Creator. @@ -53,7 +53,7 @@ def main(): checkCodeModelSettings(useClang) changeAutocompleteToManual(False) # Step 2: Open .cpp file in Edit mode. - if not openDocument("SampleApp.Sources.main\\.cpp"): + if not openDocument("SampleApp.SampleApp.Source Files.main\\.cpp"): test.fatal("Could not open main.cpp") invokeMenuItem("File", "Exit") return diff --git a/tests/system/suite_CSUP/tst_CSUP02/test.py b/tests/system/suite_CSUP/tst_CSUP02/test.py index ba8fce83c13..2a39c0dc8f8 100644 --- a/tests/system/suite_CSUP/tst_CSUP02/test.py +++ b/tests/system/suite_CSUP/tst_CSUP02/test.py @@ -1,6 +1,6 @@ ############################################################################ # -# Copyright (C) 2016 The Qt Company Ltd. +# Copyright (C) 2022 The Qt Company Ltd. # Contact: https://www.qt.io/licensing/ # # This file is part of Qt Creator. @@ -43,7 +43,7 @@ def main(): createNewQtQuickApplication(tempDir(), "SampleApp") checkCodeModelSettings(useClang) # Step 2: Open .cpp file in Edit mode. - if not openDocument("SampleApp.Sources.main\\.cpp"): + if not openDocument("SampleApp.SampleApp.Source Files.main\\.cpp"): test.fatal("Could not open main.cpp") invokeMenuItem("File", "Exit") return