Issue 91790

Summary: Unnecessary code duplication - tMainMenuBar
Product: Base Reporter: joerg.skottke
Component: codeAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: DEV300m24   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Latest Confirmation in: ---
Developer Difficulty: ---

Description joerg.skottke 2008-07-18 08:41:44 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.
Comment 1 joerg.skottke 2008-07-18 10:16:42 UTC
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.