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 RC2 Release"

Line 8: Line 8:
  
 
|-
 
|-
| 408900
+
| 305593
| NPE in join column validation
+
| Synchronize Class List action ends up adding classes in reverse alphabetical order
| Download project that was attached in Bug 315411 and Import into Dali workspace
+
| Create JPA project
| Project was imported successfully
+
| JPA project is created successfully
 
|-
 
|-
 
| ...
 
| ...
 
| ...
 
| ...
| Go to the properties page for the ReferencedColumnName project, Select JPA, select User Library from the type drop down and select an appropriate EL library and Click on OK
+
| Add up to 5 different JPA Entities to the project in random alphabetical order
| Errors in problems pane are removed now that libraries have been added
+
| Open persistence.xml in the editor and verify they have been added to Managed Classes in the General tab in the order they were entered, also verify they appear in the JPA structure pane in the order they were entered.
 
|-
 
|-
 
| ...
 
| ...
 
| ...
 
| ...
| R-Click on the project and select validate
+
| R-Click on the persistence.xml in the Project Explorer and select JPA Tools > Synchronize Class List
| Verify the project is validated successfully and no errors appear in the Error Log
+
| Verify entities have been updated in alphabetical order in the Managed Classes on the General tab as well as in the JPA Structure pane.

Revision as of 20:42, 9 June 2013

Dali 3.3

Dali 3.3 RC2 Release Manual Testing

Manual Testing for 3.3 RC2 Release
Bug No. Description Test Steps Test Step Results
305593 Synchronize Class List action ends up adding classes in reverse alphabetical order Create JPA project JPA project is created successfully
... ... Add up to 5 different JPA Entities to the project in random alphabetical order Open persistence.xml in the editor and verify they have been added to Managed Classes in the General tab in the order they were entered, also verify they appear in the JPA structure pane in the order they were entered.
... ... R-Click on the persistence.xml in the Project Explorer and select JPA Tools > Synchronize Class List Verify entities have been updated in alphabetical order in the Managed Classes on the General tab as well as in the JPA Structure pane.

Back to the top