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

Dali 3.4 M2 Release

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.
... ... Add a JPA ORM Mapping file to the project orm.xml mapping file is added successfully and opened in the editor
... ... Select the open Entity in the editor, Select the entity in the JPA Structure 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
... ... Place the cursor in the "" for the query and enter select then hit Ctrl spacebar Verify the code assist items appear
... ... Click on the editor for orm.xml Verify orm.xml is not the focus in the editor and no errors appear in the error log.

Back to the top