aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_editors
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2020-06-11 13:42:35 +0200
committerRobert Loehning <robert.loehning@qt.io>2020-06-12 09:42:48 +0000
commit70662eeb900841a8dfad15fd02b6df02c4ca8305 (patch)
treee6c73f617207a0d112b7999aef5bd2ca24accfe4 /tests/system/suite_editors
parent60dab96d3953de1ba64ae2174138ba3a4ec5dc03 (diff)
Squish: Don't "Save All" at the end of tst_rename_macros
There are no unsaved files. Change-Id: Ief078f521a7bf6e257d862b69b8dc003b47da31e Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/system/suite_editors')
-rw-r--r--tests/system/suite_editors/tst_rename_macros/test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/system/suite_editors/tst_rename_macros/test.py b/tests/system/suite_editors/tst_rename_macros/test.py
index 2374aafd26..491cc3bd20 100644
--- a/tests/system/suite_editors/tst_rename_macros/test.py
+++ b/tests/system/suite_editors/tst_rename_macros/test.py
@@ -46,7 +46,6 @@ def main():
expectedHeaderName=headerName)
if not testRenameMacroAfterSourceMoving():
return
- invokeMenuItem("File", "Save All")
invokeMenuItem("File", "Exit")
def testRenameMacroAfterSourceModification():