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

Difference between revisions of "Dali 3.4 Release"

 
(One intermediate revision by the same user not shown)
Line 52: Line 52:
 
| Go to the package explorer and delete the orm.xml file
 
| Go to the package explorer and delete the orm.xml file
 
| Verify it is removed from the tree in package explorer, verify it is removed from the editor and verify it is removed from the list of XML Mapping files in the persistence.xml editor
 
| Verify it is removed from the tree in package explorer, verify it is removed from the editor and verify it is removed from the list of XML Mapping files in the persistence.xml editor
 +
|-
 +
| ...
 +
| ...
 +
| Click on the Add button for the XML Mapping files in the persistence.xml editor on the General page
 +
| Verify the JPA XML Mapping File Selection dialog appears and that the orm.xml file is not listed, on the eclipselink-orm.xml file appears for selection.
 +
|-
 +
| ...
 +
| ...
 +
| Go to the project explorer and select eclipselink-orm.xml, R-Click and select Delete
 +
| Verify Delete dialog appears asking if you are sure you want to delete
 +
|-
 +
| ...
 +
| ...
 +
| click on OK button
 +
| Verify eclipselink-orm.xml is removed from the Package Explorer, from the editor and from the list of XML Mapping Files in the persistence.xml editor
 +
|-
 +
| ...
 +
| ...
 +
| Click on the Add button for the XML Mapping files in the persistence.xml editor on the General page
 +
| Verify the JPA XML Mapping File Selection dialog appears and that it shows No entries available at the bottom
 +
|-
 
| 388631
 
| 388631
 
| Generate entities from tables: FileNotFoundException if directory name in Eclipse's path begins with '!'
 
| Generate entities from tables: FileNotFoundException if directory name in Eclipse's path begins with '!'

Latest revision as of 09:05, 27 August 2013

Dali 3.4

Dali 3.4 Manual Testing

Manual Testing for 3.4 Release
Bug No. Description Test Steps Test Step Results
377529 Delete orm.xml from Package Explorer it remains in persistence.xml Create JPA Generic project JPA project is created successfully
... ... Create JPA Entity and leave the editor for the Entity open Entity appears in the editor
... ... Open persistence.xml file in the editor and look at Managed classes on General tab Verify entity appears in the list of Managed classes
... ... Create a new orm.xml and leave the editor for the orm.xml open orm.xml is created successfully and appears in editor
... ... Go back to the persistence.xml editor Verify orm.xml appears in the list of XML Mapping files
... ... Open properties for JPA Project and change from Generic to EclipseLink platform Verify Project is updated from generic to eclipselink platform
... ... Create a new eclipseLink-orm.xml and leave the editor open eclipselink-orm.xml is created successfully and appears in the editor
... ... Go back to persistence.xml editor Verify eclipselink-orm.xml appears in the list of XML Mapping files
... ... Go to the package explorer and delete the orm.xml file Verify it is removed from the tree in package explorer, verify it is removed from the editor and verify it is removed from the list of XML Mapping files in the persistence.xml editor
... ... Click on the Add button for the XML Mapping files in the persistence.xml editor on the General page Verify the JPA XML Mapping File Selection dialog appears and that the orm.xml file is not listed, on the eclipselink-orm.xml file appears for selection.
... ... Go to the project explorer and select eclipselink-orm.xml, R-Click and select Delete Verify Delete dialog appears asking if you are sure you want to delete
... ... click on OK button Verify eclipselink-orm.xml is removed from the Package Explorer, from the editor and from the list of XML Mapping Files in the persistence.xml editor
... ... Click on the Add button for the XML Mapping files in the persistence.xml editor on the General page Verify the JPA XML Mapping File Selection dialog appears and that it shows No entries available at the bottom
388631 Generate entities from tables: FileNotFoundException if directory name in Eclipse's path begins with '!' Install Dali and all pre-reqa in diretory that starts with \!dev\ and then launch Eclipse Eclipse application opens
... ... Create a JPA project JPA Project is created successfully
... ... R-Click on the JPA project and select JPA Tools > Generate Entities from Tables... Generate Custom Entities dialog appears
... ... Set-up a DB connection, select some tables, add a table association and click on Finish button. Verify entities are created successfully without error.
411815 NPE at org.eclipse.jpt.jpa.core.internal. platform.JavaElementAdapterFactory. getAdapter(JavaElementAdapterFactory.java:42) Create JPA project Project is created successfully
... ... Expand the project in project explorer, then expand JRE System Library folder and R-Click on any of the .jar resourses Verify a menu appears for the R-Click and that no errors appear in the Error Log
... ... Create a new Dynamic Web Project Dynamic Web Project is created successfully
... ... Expand Dynamic Web Project in project explorer, then expand Java Resources > Libraries > JRE System Library and R-Click on any of the .jar resourses Verify a menu appears for the R-Click and that no errors appear in the Error Log
412790 Incomplete sentence in reference069.htm Download and launch latest Dali release and click on Help > Help contents Help - Eclipse SDK dialog appears
... ... Enter Select Schema into search and click on Go button Search results appear
... ... In the search results list click on Project Properties page - Schemas Verify text was per the bug to show Click Add and use the Select Schema Location dialog to add a new schema to be used for validation and content assist.
412791 Incorrect alt tags and title tags in org.eclipse.jpt.user.doc Download and launch latest Dali release and click on Help > Help Contents Help - Eclipse SDK dialog appears
... ... Enter Basic Mapping into the search and click on Go button Search results appear
... ... In the search results list click on 1st Basic Mapping item Verify Basic mapping page appears with the following breadcrumb - Dali Java Persistence Tools User Guide > Tasks > Mapping an entity
... ... Hover over the JPA Details, Basic Mapping image Verify the text shows JPA Details, Basic mapping
... ... Enter Element collection mapping into the search and click on Go button Search results appear
... ... In search results list click on 1st Element collection mapping item Verify Element collection mapping page appears with the following breadcrumb - Dali Java Persistence Tools User Guide > Tasks > Mapping an entity
... ... Hover over the JPA Details, Element collection mapping image Verify the text shows JPA Details, Element collection mapping
... ... Enter Embedded mapping into the search and click on Go button Search results appear
... ... In search results list click on 2nd Embedded mapping item Verify Embedded mapping page appears with the following breadcrumb - Dali Java Persistence Tools User Guide > Tasks > Mapping an entity
... ... Hover over the JPA Details, Embedded mapping image Verify the text shows JPA Details, Embedded mapping
... ... Enter Embedded ID mapping into the search and click on Go button Search results appear
... ... In search results list click on 2nd Embedded ID mapping item Verify Embedded ID mapping page appears with the following breadcrumb - Dali Java Persistence Tools User Guide > Tasks > Mapping an entity
... ... Hover over the JPA Details, Embedded ID mapping image Verify the text shows JPA Details, Embedded ID mapping
412792 Incorrect text and link in tasks017.htm Download and launch latest Dali release and click on Help > Help contents Help - Eclipse SDK dialog appears
... ... Enter Many to One mappings into search and click on Go button Search results appear
... ... In the search results list click on Many-to-one Mapping Verify Many-to-one Mapping page appears with the following breakcrumb - Dali Java Persistence Tools User Guide > Tasks > Mapping an entity and the text for number 3 shows the following - 3.Complete each field in the Many-to-One Mapping area
... ... Click on the Many-to-One Mapping link Verify the Many-to-One Mapping page appears with the following breadcrumb - Dali Java Persistence Tools User Guide > Reference > Property pages > JPA Details view (for attributes)

Back to the top