You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Marat Radchenko (JIRA)" <ji...@apache.org> on 2009/12/23 12:53:29 UTC

[jira] Created: (WICKET-2634) WicketTester doesn't handle multiple RestartResponseExceptions.

WicketTester doesn't handle multiple RestartResponseExceptions.
---------------------------------------------------------------

                 Key: WICKET-2634
                 URL: https://issues.apache.org/jira/browse/WICKET-2634
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4.5
            Reporter: Marat Radchenko
            Priority: Minor


WicketTester doesn't handle multiple RestartResponseExceptions because it doesn't use the same loop pattern as RequestCycle.steps().

Testcase attached.

Low priority, i workarounded it in my app.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-2634) WicketTester doesn't handle multiple RestartResponseExceptions.

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov updated WICKET-2634:
------------------------------------

    Attachment: RestartResponseTest.java

> WicketTester doesn't handle multiple RestartResponseExceptions.
> ---------------------------------------------------------------
>
>                 Key: WICKET-2634
>                 URL: https://issues.apache.org/jira/browse/WICKET-2634
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.5
>            Reporter: Marat Radchenko
>            Priority: Minor
>         Attachments: RestartResponseTest.java, RestartResponseTest.java, WICKET-2634.patch
>
>
> WicketTester doesn't handle multiple RestartResponseExceptions because it doesn't use the same loop pattern as RequestCycle.steps().
> Testcase attached.
> Low priority, i workarounded it in my app.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (WICKET-2634) WicketTester doesn't handle multiple RestartResponseExceptions.

Posted by "Marat Radchenko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marat Radchenko closed WICKET-2634.
-----------------------------------

    Resolution: Duplicate

Oh, didn't see that dupe.

> WicketTester doesn't handle multiple RestartResponseExceptions.
> ---------------------------------------------------------------
>
>                 Key: WICKET-2634
>                 URL: https://issues.apache.org/jira/browse/WICKET-2634
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.5
>            Reporter: Marat Radchenko
>            Priority: Minor
>         Attachments: RestartResponseTest.java
>
>
> WicketTester doesn't handle multiple RestartResponseExceptions because it doesn't use the same loop pattern as RequestCycle.steps().
> Testcase attached.
> Low priority, i workarounded it in my app.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-2634) WicketTester doesn't handle multiple RestartResponseExceptions.

Posted by "Marat Radchenko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marat Radchenko updated WICKET-2634:
------------------------------------

    Attachment: RestartResponseTest.java

> WicketTester doesn't handle multiple RestartResponseExceptions.
> ---------------------------------------------------------------
>
>                 Key: WICKET-2634
>                 URL: https://issues.apache.org/jira/browse/WICKET-2634
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.5
>            Reporter: Marat Radchenko
>            Priority: Minor
>         Attachments: RestartResponseTest.java
>
>
> WicketTester doesn't handle multiple RestartResponseExceptions because it doesn't use the same loop pattern as RequestCycle.steps().
> Testcase attached.
> Low priority, i workarounded it in my app.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-2634) WicketTester doesn't handle multiple RestartResponseExceptions.

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801361#action_12801361 ] 

Martin Grigorov commented on WICKET-2634:
-----------------------------------------

This test case is much clear than the one in WICKET-2502.
I recommend it for debugging purposes.

To make it work I patched /wicket1.4-SNAPSHOT/src/main/java/org/apache/wicket/protocol/http/MockWebApplication.java, but also I modified the test case class because DummyPanelPage class has niether default constructor nor one with PageParameters parameter.

> WicketTester doesn't handle multiple RestartResponseExceptions.
> ---------------------------------------------------------------
>
>                 Key: WICKET-2634
>                 URL: https://issues.apache.org/jira/browse/WICKET-2634
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.5
>            Reporter: Marat Radchenko
>            Priority: Minor
>         Attachments: RestartResponseTest.java, RestartResponseTest.java, WICKET-2634.patch
>
>
> WicketTester doesn't handle multiple RestartResponseExceptions because it doesn't use the same loop pattern as RequestCycle.steps().
> Testcase attached.
> Low priority, i workarounded it in my app.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-2634) WicketTester doesn't handle multiple RestartResponseExceptions.

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov updated WICKET-2634:
------------------------------------

    Attachment: WICKET-2634.patch

> WicketTester doesn't handle multiple RestartResponseExceptions.
> ---------------------------------------------------------------
>
>                 Key: WICKET-2634
>                 URL: https://issues.apache.org/jira/browse/WICKET-2634
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.5
>            Reporter: Marat Radchenko
>            Priority: Minor
>         Attachments: RestartResponseTest.java, RestartResponseTest.java, WICKET-2634.patch
>
>
> WicketTester doesn't handle multiple RestartResponseExceptions because it doesn't use the same loop pattern as RequestCycle.steps().
> Testcase attached.
> Low priority, i workarounded it in my app.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.