You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2010/10/20 18:26:27 UTC

[jira] Commented: (WICKET-3123) MockSessionStore doesn't bind sessions properly

    [ https://issues.apache.org/jira/browse/WICKET-3123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923036#action_12923036 ] 

Hudson commented on WICKET-3123:
--------------------------------

Integrated in Apache Wicket 1.5.x #426 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/426/])
    WICKET-3123 MockSessionStore doesn't bind sessions properly

Actually it appeared that the session is inproperly bound for tests.
All later calls to store.lookup(session) always return true and thus a session id is never created
WICKET-3123 MockSessionStore doesn't bind sessions properly

Add an ignored unit test that shows the problem


> MockSessionStore doesn't bind sessions properly
> -----------------------------------------------
>
>                 Key: WICKET-3123
>                 URL: https://issues.apache.org/jira/browse/WICKET-3123
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M2.1
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 1.5-M3
>
>
> Binding a Session in MockSessionStore doesn't set its 'id' and thus later calls to #isTemporary() returns "true".

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