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

Andrew Rubinger (JIRA) jira-events at lists.jboss.org
Sat Aug 27 01:49:17 EDT 2011


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
            Priority: Blocker


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