Squish: Remove unnecessary imports

Change-Id: Ia902e0a797fea947f83505f6b09e3efed24f65b1
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
Christian Stenger
2014-04-23 12:24:03 +02:00
parent 7b6da4b7f2
commit a966e33308
17 changed files with 2 additions and 15 deletions

View File

@@ -28,7 +28,6 @@
############################################################################# #############################################################################
source("../../shared/qtcreator.py") source("../../shared/qtcreator.py")
source("../../shared/suites_qtta.py")
# test New Qt Gui Application build and run for release and debug option # test New Qt Gui Application build and run for release and debug option
def main(): def main():

View File

@@ -28,7 +28,6 @@
############################################################################# #############################################################################
source("../../shared/qtcreator.py") source("../../shared/qtcreator.py")
source("../../shared/suites_qtta.py")
# test New Qt Quick Application build and run for release and debug option # test New Qt Quick Application build and run for release and debug option
def main(): def main():

View File

@@ -27,7 +27,6 @@
## ##
############################################################################# #############################################################################
source("../../shared/suites_qtta.py")
source("../../shared/qtcreator.py") source("../../shared/qtcreator.py")
# entry of test # entry of test

View File

@@ -27,7 +27,6 @@
## ##
############################################################################# #############################################################################
source("../../shared/suites_qtta.py")
source("../../shared/qtcreator.py") source("../../shared/qtcreator.py")
# entry of test # entry of test

View File

@@ -27,7 +27,6 @@
## ##
############################################################################# #############################################################################
source("../../shared/suites_qtta.py")
source("../../shared/qtcreator.py") source("../../shared/qtcreator.py")
# entry of test # entry of test

View File

@@ -27,7 +27,6 @@
## ##
############################################################################# #############################################################################
source("../../shared/suites_qtta.py")
source("../../shared/qtcreator.py") source("../../shared/qtcreator.py")
# entry of test # entry of test

View File

@@ -28,7 +28,6 @@
############################################################################# #############################################################################
source("../../shared/qtcreator.py") source("../../shared/qtcreator.py")
source("../../shared/suites_qtta.py")
# test Qt Creator version information from file and dialog # test Qt Creator version information from file and dialog
def getQtCreatorVersionFromDialog(): def getQtCreatorVersionFromDialog():

View File

@@ -28,7 +28,6 @@
############################################################################# #############################################################################
source("../../shared/qtcreator.py") source("../../shared/qtcreator.py")
source("../../shared/suites_qtta.py")
import re import re
# test search in help mode and advanced search # test search in help mode and advanced search

View File

@@ -28,7 +28,6 @@
############################################################################# #############################################################################
source("../../shared/qtcreator.py") source("../../shared/qtcreator.py")
source("../../shared/suites_qtta.py")
# test context sensitive help in edit mode # test context sensitive help in edit mode
# place cursor to <lineText> keyword, in <editorArea>, and verify help to contain <helpText> # place cursor to <lineText> keyword, in <editorArea>, and verify help to contain <helpText>

View File

@@ -28,7 +28,6 @@
############################################################################# #############################################################################
source("../../shared/qtcreator.py") source("../../shared/qtcreator.py")
source("../../shared/suites_qtta.py")
# test bookmark functionality # test bookmark functionality
def renameBookmarkFolder(view, item, newName): def renameBookmarkFolder(view, item, newName):

View File

@@ -28,7 +28,6 @@
############################################################################# #############################################################################
source("../../shared/qtcreator.py") source("../../shared/qtcreator.py")
source("../../shared/suites_qtta.py")
def startQtCreatorWithNewAppAtQMLEditor(projectDir, projectName, line = None): def startQtCreatorWithNewAppAtQMLEditor(projectDir, projectName, line = None):
startApplication("qtcreator" + SettingsPath) startApplication("qtcreator" + SettingsPath)

View File

@@ -28,6 +28,7 @@
############################################################################# #############################################################################
source("../shared/qmls.py") source("../shared/qmls.py")
source("../../shared/suites_qtta.py")
# go to proper line, make backup, type needed text # go to proper line, make backup, type needed text
def __beginTestSuggestions__(editorArea, lineText, textToType): def __beginTestSuggestions__(editorArea, lineText, textToType):

View File

@@ -28,6 +28,7 @@
############################################################################# #############################################################################
source("../shared/qmls.py") source("../shared/qmls.py")
source("../../shared/suites_qtta.py")
def main(): def main():
editorArea = startQtCreatorWithNewAppAtQMLEditor(tempDir(), "SampleApp", "Text {") editorArea = startQtCreatorWithNewAppAtQMLEditor(tempDir(), "SampleApp", "Text {")

View File

@@ -28,7 +28,6 @@
############################################################################# #############################################################################
source("../../shared/qtcreator.py") source("../../shared/qtcreator.py")
source("../../shared/suites_qtta.py")
class ExpectedResult: class ExpectedResult:
def __init__(self, file, lineNumber, lineContent): def __init__(self, file, lineNumber, lineContent):

View File

@@ -28,7 +28,6 @@
############################################################################# #############################################################################
source("../../shared/qtcreator.py") source("../../shared/qtcreator.py")
source("../../shared/suites_qtta.py")
# entry of test # entry of test
def main(): def main():

View File

@@ -28,7 +28,6 @@
############################################################################# #############################################################################
source("../../shared/qtcreator.py") source("../../shared/qtcreator.py")
source("../../shared/suites_qtta.py")
def verifyChangeProject(projectName): def verifyChangeProject(projectName):
projItem = invokeContextMenuOnProject(projectName, 'Set "%s" as Active Project' % projectName) projItem = invokeContextMenuOnProject(projectName, 'Set "%s" as Active Project' % projectName)

View File

@@ -28,7 +28,6 @@
############################################################################# #############################################################################
source("../../shared/qtcreator.py") source("../../shared/qtcreator.py")
source("../../shared/suites_qtta.py")
global templateDir global templateDir