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/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():
|
||||||
|
|||||||
@@ -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():
|
||||||
|
|||||||
@@ -27,7 +27,6 @@
|
|||||||
##
|
##
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
source("../../shared/suites_qtta.py")
|
|
||||||
source("../../shared/qtcreator.py")
|
source("../../shared/qtcreator.py")
|
||||||
|
|
||||||
# entry of test
|
# entry of test
|
||||||
|
|||||||
@@ -27,7 +27,6 @@
|
|||||||
##
|
##
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
source("../../shared/suites_qtta.py")
|
|
||||||
source("../../shared/qtcreator.py")
|
source("../../shared/qtcreator.py")
|
||||||
|
|
||||||
# entry of test
|
# entry of test
|
||||||
|
|||||||
@@ -27,7 +27,6 @@
|
|||||||
##
|
##
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
source("../../shared/suites_qtta.py")
|
|
||||||
source("../../shared/qtcreator.py")
|
source("../../shared/qtcreator.py")
|
||||||
|
|
||||||
# entry of test
|
# entry of test
|
||||||
|
|||||||
@@ -27,7 +27,6 @@
|
|||||||
##
|
##
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
source("../../shared/suites_qtta.py")
|
|
||||||
source("../../shared/qtcreator.py")
|
source("../../shared/qtcreator.py")
|
||||||
|
|
||||||
# entry of test
|
# entry of test
|
||||||
|
|||||||
@@ -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():
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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):
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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):
|
||||||
|
|||||||
@@ -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 {")
|
||||||
|
|||||||
@@ -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):
|
||||||
|
|||||||
@@ -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():
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -28,7 +28,6 @@
|
|||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
source("../../shared/qtcreator.py")
|
source("../../shared/qtcreator.py")
|
||||||
source("../../shared/suites_qtta.py")
|
|
||||||
|
|
||||||
global templateDir
|
global templateDir
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user