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.0.2

Dali 3.0

Dali 3.0.2 Manual Testing

Manual Testing for 3.0.2 Release
Bug No. Description Test Steps Test Step Results
349533 Generate Entities from Tables, cannot remove cascading of association Create JPA 2.0, Generic 2.0 Project with DB connection Project and Entity are created successfully
... ... R-Click on Project and select New > JPA Entities From Tables Generate Custom Entities dialog appears
... ... Select two tables and click on the Next button Table Associations page appear
... ... Click on New Association (+) button and Add a one-to-one association Association appears in Table associations list
... ... Select the added association, Click on button to Select Cascade, Check persist checkbox and click on OK Persist appears for Cascade field
... ... Click on the Select Cascade button again and remove the checkbox from Persist and click on OK Verify the Cascade field is blank and no errors appear
360554 NPE when changing a class to an enum (or enum to class) Create JPA project and create a class Project and class are created successfully
... ... Open the class in the editor and Change Public class to Public enum Verify class is changed to enum successfully and no errors appear in Error log
... ... Create JAXB project and create a class JAXB Project and class are created successfully
... ... Open the class in the editor and Change Public class to Public enum Verify class is changed to enum successfully and no errors appear in Error log

Back to the top