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

[jira] [Updated] (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 ]

JB updated WW-3696:
-------------------

    Description: 
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.


  was:
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.


    
> 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
>              Labels: dtd, junit, parse, xwork
>
> 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