Apache OpenOffice (AOO) Bugzilla – Issue 91790
Unnecessary code duplication - tMainMenuBar
Last modified: 2013-08-07 15:45:09 UTC
The test case tMainMenuBar is present in at least five different .inc files. Note: Module is testautomation/dbaccess - MainApp.inc - ReportBuilder.inc - Query.inc - Table.inc - TableDesign.inc Large parts of the test case is redundant code which checks e.g. for the menuentries in the wizards menu. I suggest to isolate the test case.
Chart2 uses the same test case (as tMainMenu) in ch2_menu.inc. We should probably consider moving the test case to framework, make it part of the required tests.