[shrinkwrap-issues] [JBoss JIRA] Updated: (SHRINKDESC-83) assertXPath ignores missing attributes

Andrew Rubinger (JIRA) jira-events at lists.jboss.org
Thu Sep 1 15:54:27 EDT 2011


     [ https://issues.jboss.org/browse/SHRINKDESC-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Rubinger updated SHRINKDESC-83:
--------------------------------------

       Fix Version/s: 1.1.0-alpha-3
                          (was: 1.1.0-alpha-4)
    Git Pull Request: https://github.com/shrinkwrap/descriptors/pull/38  (was: https://github.com/shrinkwrap/descriptors/pull/38)


> assertXPath ignores missing attributes
> --------------------------------------
>
>                 Key: SHRINKDESC-83
>                 URL: https://issues.jboss.org/browse/SHRINKDESC-83
>             Project: ShrinkWrap Descriptors
>          Issue Type: Sub-task
>            Reporter: Andrew Rubinger
>            Assignee: Bartosz Majsak
>            Priority: Blocker
>             Fix For: 1.1.0-alpha-3
>
>
> Given: 
> {code}<persistence>
>   <persistence-unit name="hibernate-unit">
>     <transaction-type>JTA</transaction-type>
>     <provider>org.hibernate.ejb.HibernatePersistence</provider>
>     <jta-data-source>java:/DefaultDS</jta-data-source>
>     <class>org.jboss.shrinkwrap.descriptor.api.persistence20.PersistenceDescriptor</class>
>   </persistence-unit>
> </persistence>{code}
> ...running assertXPath like so:
> {code}assertXPath(desc, "/persistence/persistence-unit[@name='eclipselink-unit']/non-jta-data-source", "jdbc/__default");{code}
> ...is not throwing an assertion failure ("eclipselink-unit" attribute is not present anywhere).
> This calls into question that we likely have tests giving false positives.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the shrinkwrap-issues mailing list