You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2014/08/01 09:41:38 UTC

[jira] [Commented] (WW-3653) Struts2 should base on JDK5 and all tests must passing

    [ https://issues.apache.org/jira/browse/WW-3653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14082037#comment-14082037 ] 

Lukasz Lenart commented on WW-3653:
-----------------------------------

I think we can drop this task, Java 7 is standard in most cases. And with upcoming Struts 2.5 we are going switch to Java 1.6 anyway.

> Struts2 should base on JDK5 and all tests must passing
> ------------------------------------------------------
>
>                 Key: WW-3653
>                 URL: https://issues.apache.org/jira/browse/WW-3653
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions
>    Affects Versions: 2.2.3
>            Reporter: Lukasz Lenart
>            Assignee: Lukasz Lenart
>            Priority: Blocker
>             Fix For: 3.0
>
>
> testFailsOnMethodThatThrowsException(com.opensymphony.xwork2.ognl.OgnlValueStack
> Test)
> Tests run: 657, Failures: 1, Errors: 0, Skipped: 0
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 38.547s
> [INFO] Finished at: Tue Jun 07 10:05:56 EDT 2011
> [INFO] Final Memory: 10M/37M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on
> project xwork-core: There are test failures.
> [ERROR]
> [ERROR] Please refer to C:\Documents and Settings\All
> Users\Desktop\projects\struts\struts2\trunk\xwork-core\target\surefire-reports
> for the individual test results.
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please
> read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> jpyeron@reclaimed /projects/struts/struts2/trunk/xwork-core
> $
> public void testFailsOnMethodThatThrowsException() {
>    SimpleAction action = new SimpleAction();
>    OgnlValueStack stack = createValueStack();
>    stack.push(action);
>    action.setThrowException(true);
>    try {
>        stack.findValue("exceptionMethod1()", true);
>        fail("Failed to throw exception on EL method exception");
>    } catch (Exception ex) {
>        //ok
>    }
> }



--
This message was sent by Atlassian JIRA
(v6.2#6252)