forked from qt-creator/qt-creator
Squish: Update tst_CSUP01 and -02
Change-Id: I6e15545be1a92e43b5708dc5fdef456b8d2ab32d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user