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

Dali 3.3 M3 Release

Revision as of 12:45, 5 November 2012 by Unnamed Poltroon (Talk)

Dali 3.3

Dali 3.3 M3 Release Manual Testing

Manual Testing for 3.3 M3 Release
Bug No. Description Test Steps Test Step Results
231872 structure view collapses when removing attribute mapping annotation Create JPA Project, Create Entity with 2 attributes like the one listed in the bug (with one attribute with the Id mapping type) JPA Project and entity are created successfully
... ... Open Entity in editor Verify it appears in JPA Structure
... ... Select the attribute that has the mapping type of Id, then remove the @Id annotation in the .java editor for the entity Verify the focus goes to the entity in the JPA Structure pane, but the structure view is not collapsed and you can still see the attributes
... ... Add @Id annotation back into the .java editor for the attribute Verify JPA Structure pane is updated, focus is on the attribute and the icon is updated to an mapping type id icon
278838 Delete primary type and structure view stays populated Create JPA Project, Create entity with 1 attribute like the one listed in the bug Verify project and entity are created successfully
... ... Open Entity in Editor pane, then expand entity in JPA Structure Verify JPA Structure shows entity and attribute(s)
... ... Remove all contents from the .java editor except for the package name; Verify the entity and attribute(s) are removed from the JPA Structure
... ... Add the contents back into the .java editor and place the cursor onto an attribute Verify entity and attribute(s) appear in JPA Structure and focus is on the attribute
388602 JAXB_VALIDATION.PROPERTIES: Found 2 consecutive single quotes in text not handled by Java MessageFormat class Download latest wtp Dali build, open jaxb_validation.properties in eclipse\plugins\org.eclise.jpt.jaxb.core jar file. Verify the following 2 consective single quotes were changed to single quotes 'javax.xml.bind.JAXBElement', 'java.lang.Object', 'java.lang.String', 'type', 'type'
388603 EL_JAXB_VALIDATION.PROPERTIES: Found 2 consecutive single quotes in text not handled by Java MessageFormat class Download latest wtp Dali build, open el_jaxb_validation.properties in eclipse\plugins\org.eclise.jpt.jaxb.eclipselik.core jar file. Verify the following 2 consective single quotes were changed to single quotes 'javax.xml.bind.JAXBElement'
389943 need to update eclipselink-downloadable-libs.xml for 2.3.3 Select File > New > JPA Project New JPA Project dialog appears
... ... Enter project name, click on Next button twice, Click on Download Library button Download Library dialog appears, Verify EclipseLink 2.3.3 - Indigo & EclipseLink 2.4.1 - Juno appear in the list of libraries
390047 NullPointerException: Click Browse or hyperlink for persistence eclipselink.profiler property Create JPA Project JPA Project is created successfully
... ... Open Persistence.xml in editor and select Customization tab Verify persistence.xml is opened in editor with Customization tab as the focus
... ... Click on Profiler hyperlink Verify New Java Class dialog appears and no errors appear in error log
... ... Close the dialog Focus returns to the Customization tab for persistence.xml in editor
... ... Click on Browse button for Profiler Verify Class Selection dialog appears and no errors appear in error log
... ... Select a class and click OK button Verify the selected class appears for the Profiler and no errors appear in the error log
... ... Click on the drop down for Profiler and select Query Monitor Verify Query Monitor appears for Profiler and no errors appear
390580 reference eclipselink_oxm_2_5.xsd and copy 2.4 schema into o.e.jpt.common.eclipselink.core Download latest Dali build and open plugin.xml file from eclipse\plugins\org.eclipse.jpt.common.eclipselink.core jar file Verify the following appears in the plugin.xml file <uri name="http://www.eclipse.org/eclipselink/xsds/eclipselink_oxm_2_5.xsd" uri="platform:/plugin/org.eclipse.persistence.moxy/org/eclipse/persistence/jaxb/eclipselink_oxm_2_5.xsd" />
390872 NPE doing code completion in the persistence.xml file Create JPA Project and JPA Entity JPA Project and Entity are created successfully
... ... Open persistence.xml file in the editor and select source tab persistence.xml file is opened successfully
... ... Place cursor in persistence.xml source in between the persistence-unit lines, then enter <share and hit ctrl+space and enter. Verify <<shared-cache-mode></shared-cache-mode> appears in persistence.xml editor
... ... Place cursor between ...mode> put cursor here</shar... then enter N and hit ctrl+space Verify all code completion items appear in drop down and no NPE errors appear in error log
... ... Select an item from the drop down list Verify selection appaers without error
391462 Add annotation @OrderColumn(name="testing") receive NPE error Create JPA Project JPA Project is created successfully
... ... Create an entity like the one in the bug with 2 attributes and then add one to many mapping and Order information like in the bug, Then Save the entity. Verify no NPE errors appear, an error can appear in the Problems pane but not in the Errors pane

Back to the top