Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Dali 3.4 M1 Release"

Line 52: Line 52:
 
| Launch Eclipse, open JPA Perspective, Import the program attached to the bug
 
| Launch Eclipse, open JPA Perspective, Import the program attached to the bug
 
| Verify project is imported successfully
 
| Verify project is imported successfully
 +
|-
 +
| ...
 +
| ...
 +
|
 +
|
 +
|-
 +
| 315480
 +
| Ability to open orm.xml file for target entity
 +
| Create JPA EclipseLink project, Some JPA entities
 +
| Project and entities are created successfully
 
|-
 
|-
 
| ...
 
| ...

Revision as of 09:15, 13 August 2013

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"/>
... ... Remove the order-column annotation and enter <order-by/> Verify order-column radio button is deselected and None is selected in the JPA Details section
... ... Click on Custom radio button Verify text field becomes enabled and Default(primary key) appears
313204 [API] Incorrect validation errors on EclipseLink example of derivied Id? Launch Eclipse, open JPA Perspective, Import the program attached to the bug Verify project is imported successfully
... ...
315480 Ability to open orm.xml file for target entity Create JPA EclipseLink project, Some JPA entities Project and entities are created successfully
... ...

Back to the top