You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Maurizio Cucchiara (Resolved) (JIRA)" <ji...@apache.org> on 2011/11/01 23:19:32 UTC

[jira] [Resolved] (WW-3696) XWork-Core JUnit Test Failure: com.opensymphony.xwork2.validator.DefaultValidatorFileParserTest.testParserWithBadXML2( )

     [ https://issues.apache.org/jira/browse/WW-3696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maurizio Cucchiara resolved WW-3696.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3
         Assignee: Maurizio Cucchiara

Good catch Jeff,
I have experienced the same issue, this usually happens when you are behind a firewall or without an internet connection.

Thank for your patch.


                
> 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
>            Assignee: Maurizio Cucchiara
>            Priority: Trivial
>              Labels: dtd, junit, parse, xwork
>             Fix For: 2.3
>
>         Attachments: com.opensymphony.xwork2.validator.DefaultValidatorFileParser.patch
>
>
> When I ran the tests on XWork-Core project the following test was failing:
> {code}
>     com.opensymphony.xwork2.validator.DefaultValidatorFileParserTest.testParserWithBadXML2()
> {code}
> The XML file the test attempts to validate is:
> {code}
>     com.opensymphony.xwork2.validator.validators-fail.xml
> {code}
> The DTD information contained within the validators-fail.xml file is:
> {code:xml}
>     <!DOCTYPE validators PUBLIC
>         "-//Apache Struts//XWork Validator Config 1.0//EN"
>         "http://struts.apache.org/dtds/xwork-validator-config-1.0.dtd">
> {code}
> 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 creating 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