forked from qt-creator/qt-creator
Squish: Don't try to "Save All" when there are no unsaved files
Change-Id: I431c9754d84d36f0c09e45e6c43fe67f173da59f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -123,6 +123,5 @@ def main():
|
||||
invokeMenuItem('File', 'Revert "main.cpp" to Saved')
|
||||
clickButton(waitForObject(":Revert to Saved.Proceed_QPushButton"))
|
||||
# exit qt creator
|
||||
invokeMenuItem("File", "Save All")
|
||||
invokeMenuItem("File", "Exit")
|
||||
waitForCleanShutdown()
|
||||
|
@@ -34,7 +34,6 @@ def main():
|
||||
originalText = prepareQmlFile()
|
||||
if originalText:
|
||||
testReIndent(originalText)
|
||||
invokeMenuItem("File", "Save All")
|
||||
invokeMenuItem("File", "Exit")
|
||||
|
||||
def prepareQmlFile():
|
||||
|
Reference in New Issue
Block a user