XWork-Core JUnit Test Failure: 
com.opensymphony.xwork2.validator.DefaultValidatorFileParserTest.testParserWithBadXML2(
 )
------------------------------------------------------------------------------------------------------------------------

                 Key: WW-3696
                 URL: https://issues.apache.org/jira/browse/WW-3696
             Project: Struts 2
          Issue Type: Improvement
          Components: Other, Unit Tests
            Reporter: JB
            Priority: Trivial


When I ran the tests on XWork-Core project the following test was failing:

    
com.opensymphony.xwork2.validator.DefaultValidatorFileParserTest.testParserWithBadXML2()

The XML file the test attempts to validate is:

    com.opensymphony.xwork2.validator.validators-fail.xml

The DTD information contained within the validators-fail.xml file is:

    <!DOCTYPE validators PUBLIC
        "-//Apache Struts//XWork Validator Config 1.0//EN"
        "http://struts.apache.org/dtds/xwork-validator-config-1.0.dtd";>

However...

In class com.opensymphony.xwork2.validator.DefaultValidatorFileParser and 
method parseActionValidatorConfigs()...

The above DTD is not present.

After adding the DTD to the parseActionValidatorConfigs method, the test 
succeeds.  In fact 100% of the tests then succeed.

I performed a search on JIRA and did not find anything related to this item; 
therefore I am manufacturing this issue.


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

        

Reply via email to