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

(New page: Dali 3.3 ==Dali 3.3 RC3 Release Manual Testing== {| border="4" cellpadding="4" |+ '''Manual Testing for 3.3 RC3 Release''' |'''Bug No.'''||'''Description'''||'''Test Steps'''||'''Te...)
 
Line 22: Line 22:
 
| R-Click on the project and select validate
 
| R-Click on the project and select validate
 
| Verify the project is validated successfully and no errors appear in the Error Log
 
| Verify the project is validated successfully and no errors appear in the Error Log
 +
|-
 +
| 409337
 +
| Invalid validation with pk join column of an entity that is in an inheritance hierarchy
 +
| Create JPA project
 +
| JPA project is created successfully
 +
|-
 +
| ...
 +
| ...
 +
| Create the Project entity as per the bug
 +
| Project entity is created successfully
 +
|-
 +
| ...
 +
| ...
 +
| Create Lproject entity as per the bug
 +
| Lproject entity is created successfully and then verify that no errors appear in the problem pane stating In implied primary key join column, name "PROJ_ID" cannot be resolved on table "PROJECT" for the Project and Lproject entites.

Revision as of 11:25, 10 June 2013

Dali 3.3

Dali 3.3 RC3 Release Manual Testing

Manual Testing for 3.3 RC3 Release
Bug No. Description Test Steps Test Step Results
408900 NPE in join column validation Download project that was attached in Bug 315411 and Import into Dali workspace Project was imported 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 Errors in problems pane are removed now that libraries have been added
... ... R-Click on the project and select validate Verify the project is validated successfully and no errors appear in the Error Log
409337 Invalid validation with pk join column of an entity that is in an inheritance hierarchy Create JPA project JPA project is created successfully
... ... Create the Project entity as per the bug Project entity is created successfully
... ... Create Lproject entity as per the bug Lproject entity is created successfully and then verify that no errors appear in the problem pane stating In implied primary key join column, name "PROJ_ID" cannot be resolved on table "PROJECT" for the Project and Lproject entites.

Back to the top