[
https://issues.apache.org/jira/browse/JCR-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12577836#action_12577836
]
reschke edited comment on JCR-1468 at 3/12/08 5:50 AM:
--------------------------------------------------------------
Fixed with revision 636305.
was (Author: reschke):
Wixed with revision 636305.
> LockTest.testLogout fails to refresh session before checking lock from other
> session
> ------------------------------------------------------------------------------------
>
> Key: JCR-1468
> URL: https://issues.apache.org/jira/browse/JCR-1468
> Project: Jackrabbit
> Issue Type: Bug
> Components: jackrabbit-jcr-tests
> Reporter: Julian Reschke
> Assignee: Julian Reschke
> Priority: Minor
>
> LockTest.testLogout() fails to refresh the session before checking the lock
> state of a node that was locked by another session.
> Proposal:
> Insert
> n1.refresh(false);
> before
> assertTrue("node must be locked", n1.isLocked());
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.