You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2010/12/02 17:55:12 UTC

[jira] Assigned: (WICKET-3212) WicketTester can't create new sessions

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

Martin Grigorov reassigned WICKET-3212:
---------------------------------------

    Assignee: Martin Grigorov

> WicketTester can't create new sessions
> --------------------------------------
>
>                 Key: WICKET-3212
>                 URL: https://issues.apache.org/jira/browse/WICKET-3212
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M3
>            Reporter: Major Peter
>            Assignee: Martin Grigorov
>
> It looks like currently there is no way to create a new session (e.g. execute Application#newSession through WicketTester).
> My test case would be something like this:
> * create a session
> * set a configuration option with a form
> * invalidate session
> * create new session
> * assert that the session#getStyle now returns something else
> In wicket-1.4 this was possible with WicketTester#createRequestCycle, but that is gone now.
> Workaround: create a new WicketTester, which will force to create a new session.

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