forked from qt-creator/qt-creator
Squish: Remove unnecessary imports
Change-Id: Ia902e0a797fea947f83505f6b09e3efed24f65b1 Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
#############################################################################
|
||||
|
||||
source("../../shared/qtcreator.py")
|
||||
source("../../shared/suites_qtta.py")
|
||||
|
||||
# test New Qt Gui Application build and run for release and debug option
|
||||
def main():
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#############################################################################
|
||||
|
||||
source("../../shared/qtcreator.py")
|
||||
source("../../shared/suites_qtta.py")
|
||||
|
||||
# test New Qt Quick Application build and run for release and debug option
|
||||
def main():
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
##
|
||||
#############################################################################
|
||||
|
||||
source("../../shared/suites_qtta.py")
|
||||
source("../../shared/qtcreator.py")
|
||||
|
||||
# entry of test
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
##
|
||||
#############################################################################
|
||||
|
||||
source("../../shared/suites_qtta.py")
|
||||
source("../../shared/qtcreator.py")
|
||||
|
||||
# entry of test
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
##
|
||||
#############################################################################
|
||||
|
||||
source("../../shared/suites_qtta.py")
|
||||
source("../../shared/qtcreator.py")
|
||||
|
||||
# entry of test
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
##
|
||||
#############################################################################
|
||||
|
||||
source("../../shared/suites_qtta.py")
|
||||
source("../../shared/qtcreator.py")
|
||||
|
||||
# entry of test
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#############################################################################
|
||||
|
||||
source("../../shared/qtcreator.py")
|
||||
source("../../shared/suites_qtta.py")
|
||||
|
||||
# test Qt Creator version information from file and dialog
|
||||
def getQtCreatorVersionFromDialog():
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#############################################################################
|
||||
|
||||
source("../../shared/qtcreator.py")
|
||||
source("../../shared/suites_qtta.py")
|
||||
import re
|
||||
|
||||
# test search in help mode and advanced search
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#############################################################################
|
||||
|
||||
source("../../shared/qtcreator.py")
|
||||
source("../../shared/suites_qtta.py")
|
||||
|
||||
# test context sensitive help in edit mode
|
||||
# place cursor to <lineText> keyword, in <editorArea>, and verify help to contain <helpText>
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#############################################################################
|
||||
|
||||
source("../../shared/qtcreator.py")
|
||||
source("../../shared/suites_qtta.py")
|
||||
|
||||
# test bookmark functionality
|
||||
def renameBookmarkFolder(view, item, newName):
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#############################################################################
|
||||
|
||||
source("../../shared/qtcreator.py")
|
||||
source("../../shared/suites_qtta.py")
|
||||
|
||||
def startQtCreatorWithNewAppAtQMLEditor(projectDir, projectName, line = None):
|
||||
startApplication("qtcreator" + SettingsPath)
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
#############################################################################
|
||||
|
||||
source("../shared/qmls.py")
|
||||
source("../../shared/suites_qtta.py")
|
||||
|
||||
# go to proper line, make backup, type needed text
|
||||
def __beginTestSuggestions__(editorArea, lineText, textToType):
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
#############################################################################
|
||||
|
||||
source("../shared/qmls.py")
|
||||
source("../../shared/suites_qtta.py")
|
||||
|
||||
def main():
|
||||
editorArea = startQtCreatorWithNewAppAtQMLEditor(tempDir(), "SampleApp", "Text {")
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#############################################################################
|
||||
|
||||
source("../../shared/qtcreator.py")
|
||||
source("../../shared/suites_qtta.py")
|
||||
|
||||
class ExpectedResult:
|
||||
def __init__(self, file, lineNumber, lineContent):
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#############################################################################
|
||||
|
||||
source("../../shared/qtcreator.py")
|
||||
source("../../shared/suites_qtta.py")
|
||||
|
||||
# entry of test
|
||||
def main():
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#############################################################################
|
||||
|
||||
source("../../shared/qtcreator.py")
|
||||
source("../../shared/suites_qtta.py")
|
||||
|
||||
def verifyChangeProject(projectName):
|
||||
projItem = invokeContextMenuOnProject(projectName, 'Set "%s" as Active Project' % projectName)
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#############################################################################
|
||||
|
||||
source("../../shared/qtcreator.py")
|
||||
source("../../shared/suites_qtta.py")
|
||||
|
||||
global templateDir
|
||||
|
||||
|
||||
Reference in New Issue
Block a user