[jboss-jira] [JBoss JIRA] (AS7-3121) Enable check of marshalling in DataSourcesTestCase

Kabir Khan (Created) (JIRA) jira-events at lists.jboss.org
Wed Dec 21 19:08:09 EST 2011


Enable check of marshalling in DataSourcesTestCase
--------------------------------------------------

                 Key: AS7-3121
                 URL: https://issues.jboss.org/browse/AS7-3121
             Project: Application Server 7
          Issue Type: Feature Request
          Components: JCA
            Reporter: Kabir Khan
            Assignee: Jesper Pedersen
             Fix For: 7.1.0.Final


https://github.com/jbossas/jboss-as/pull/982 reintroduces checking the difference between the original and the marshalled subsystem xml. This method in DataSourcesSubsystemTestCase should be removed
{code}
    @Override
    protected void compareXml(String configId, String original, String marshalled) throws Exception {
        //FIXME remove this and marshall properly
    }
{code}

The differences aren't very big between the marshalled and original xml so if it can be fixed it would be good to enable this check.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list