aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_editors/tst_rename_macros/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_editors/tst_rename_macros/test.py')
-rw-r--r--tests/system/suite_editors/tst_rename_macros/test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/system/suite_editors/tst_rename_macros/test.py b/tests/system/suite_editors/tst_rename_macros/test.py
index 24c4c22813..491cc3bd20 100644
--- a/tests/system/suite_editors/tst_rename_macros/test.py
+++ b/tests/system/suite_editors/tst_rename_macros/test.py
@@ -42,11 +42,10 @@ def main():
if not testRenameMacroAfterSourceModification():
return
headerName = "anothertestfile.h"
- addCPlusPlusFile(headerName, "C++ Header File", "testfiles.pro",
+ addCPlusPlusFile(headerName, "C/C++ Header File", "testfiles.pro",
expectedHeaderName=headerName)
if not testRenameMacroAfterSourceMoving():
return
- invokeMenuItem("File", "Save All")
invokeMenuItem("File", "Exit")
def testRenameMacroAfterSourceModification():