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

Difference between revisions of "Dali 3.3 M3 Release"

Line 47: Line 47:
 
| Add the contents back into the .java editor and place the cursor onto an attribute
 
| Add the contents back into the .java editor and place the cursor onto an attribute
 
| Verify entity and attribute(s) appear in JPA Structure and focus is on the attribute
 
| Verify entity and attribute(s) appear in JPA Structure and focus is on the attribute
 +
|-
 +
| 391462
 +
| Add annotation @OrderColumn(name="testing") receive NPE error
 +
| Create JPA Project
 +
| JPA Project is created successfully
 +
|-
 +
| ...
 +
| ...
 +
| Create an entity like the one in the bug with 2 attributes and then add one to many mapping and Order information like in the bug, Then Save the entity.
 +
| Verify no NPE errors appear, an error can appear in the Problems pane but not in the Errors pane

Revision as of 12:11, 23 October 2012

Dali 3.3

Dali 3.3 M3 Release Manual Testing

Manual Testing for 3.3 M3 Release
Bug No. Description Test Steps Test Step Results
231872 structure view collapses when removing attribute mapping annotation Create JPA Project, Create Entity with 2 attributes like the one listed in the bug (with one attribute with the Id mapping type) JPA Project and entity are created successfully
... ... Open Entity in editor Verify it appears in JPA Structure
... ... Select the attribute that has the mapping type of Id, then remove the @Id annotation in the .java editor for the entity Verify the focus goes to the entity in the JPA Structure pane, but the structure view is not collapsed and you can still see the attributes
... ... Add @Id annotation back into the .java editor for the attribute Verify JPA Structure pane is updated, focus is on the attribute and the icon is updated to an mapping type id icon
278838 Delete primary type and structure view stays populated Create JPA Project, Create entity with 1 attribute like the one listed in the bug Verify project and entity are created successfully
... ... Open Entity in Editor pane, then expand entity in JPA Structure Verify JPA Structure shows entity and attribute(s)
... ... Remove all contents from the .java editor except for the package name; Verify the entity and attribute(s) are removed from the JPA Structure
... ... Add the contents back into the .java editor and place the cursor onto an attribute Verify entity and attribute(s) appear in JPA Structure and focus is on the attribute
391462 Add annotation @OrderColumn(name="testing") receive NPE error Create JPA Project JPA Project is created successfully
... ... Create an entity like the one in the bug with 2 attributes and then add one to many mapping and Order information like in the bug, Then Save the entity. Verify no NPE errors appear, an error can appear in the Problems pane but not in the Errors pane

Back to the top