Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Dali 3.4 M1 Release

Revision as of 13:54, 7 August 2013 by Unnamed Poltroon (Talk)

Dali 3.4

Dali 3.4 M1 Manual Testing

Manual Testing for 3.4 M1 Release
Bug No. Description Test Steps Test Step Results
190866 Unable to set 'Primary Key Ordering' for orm.xml multi-relationship mapping Create JPA Project, Create JPA entity with some attributes JPA project and entity are created successfully
... ... Add orm.xml mapping file to project orm.xml file is added successfully and opened in editor
... ... Add JPA Entity to the orm.xml mapping file, then add an attribute in the entity as an element collection to the orm.xml mapping file Attribute is added and appears in the JPA details
... ... Expand Ordering section Verify 3 radio buttons appears for None, Custom (which also contains a text field) and Order column (which also contains a Name text field)
... ... Click on Order column radio button Verify <order-column/> appears in the orm.xml editor
... ... Enter text into the Name field for Order column Verify the text entered appears in the orm.xml editor ex. <order-column name="testname"/>
... ...

Back to the top