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 62: Line 62:
 
| Select both entities from the project explorer, R-Click and select JPA Tools > Add to Persistence Unit
 
| Select both entities from the project explorer, R-Click 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
 
| Verify errors are removed and entities appear in the managed classes list in persistence.xml General tab
 +
|-
 +
| 379997
 +
| NullPointerException: invoke JPQL code assist in JPA Details and switch editor w/o selecting any proposal
 +
| Create JPA project and a JPA Entity with at least two attributes
 +
| JPA Project and entity are added succussfully.
 +
|-
 +
| ...
 +
| ...
 +
| Select an Entity in the JPA Details pane, Go to the JPA Details pane and expand Queries and then click on Add button for Queries
 +
| Add Query dialog appears
 +
|-
 +
| ...
 +
| ...
 +
| Enter a Name 'test', Enter a type 'Named Query' and click on OK button
 +
| Verify @NamedQuery(name = "test", query = "") is added to entity.java in the editor
 +
|-
 +
| ...
 +
| ...
 +
|
 +
|

Revision as of 13:50, 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
... ... Remove both entities from the persistence.xml managed classes and Save project Verify entities are removed successfully and errors appear
... ... R-Click on package 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
... ... Remove both entities from the persistence.xml managed classes and Save project Verify entities are removed successfully and errors appear
... ... Select both entities from the project explorer, R-Click 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
379997 NullPointerException: invoke JPQL code assist in JPA Details and switch editor w/o selecting any proposal Create JPA project and a JPA Entity with at least two attributes JPA Project and entity are added succussfully.
... ... Select an Entity in the JPA Details pane, Go to the JPA Details pane and expand Queries and then click on Add button for Queries Add Query dialog appears
... ... Enter a Name 'test', Enter a type 'Named Query' and click on OK button Verify @NamedQuery(name = "test", query = "") is added to entity.java in the editor
... ...

Back to the top