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.4 M2 Release"

Line 35: Line 35:
 
| ...
 
| ...
 
| ...
 
| ...
| Remove both entities from the persistence.xml  
+
| Remove both entities from the persistence.xml managed classes and Save project
|
+
| Verify entities are removed successfully and errors appear
 +
|-
 +
| ...
 +
| ...
 +
| R-Click on scr folder in the project explorer and select JPA Tools > Add to Persistence Unit
 +
| Verify errors are removed and entities appear in the managed classes list in persistence.xml General tab

Revision as of 13:15, 18 September 2013

Dali 3.4

Dali 3.4 M2 Manual Testing

Manual Testing for 3.4 M2 Release
Bug No. Description Test Steps Test Step Results
377790 Add action on class to "Add to persistence.xml" Create JPA project and at least 2 JPA Entities with at least two attributes JPA Project and entities are added succussfully.
... ... Open persistence.xml in editor Verify added entities appear in the list of managed classes on the General tab
... ... Remove one of the entities from the list and save the project Verify error appears stating Class "xxx" is managed, but not listied
... ... R-Click on the entity you removed in the project explorer Verify Add to Persistence Unit appears within the JPA Tools menu when you R-Click on the entity
... ... Click on JPA Tools > Add to Persistence Unit Verify the entity appears in the persistence.xml in the list of managed classes on the General tab and the error message is gone.
... ... Remove both entities from the persistence.xml managed classes and Save project Verify entities are removed successfully and errors appear
... ... R-Click on scr folder in the project explorer and select JPA Tools > Add to Persistence Unit Verify errors are removed and entities appear in the managed classes list in persistence.xml General tab

Back to the top