[
https://issues.apache.org/jira/browse/JCR-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Reschke resolved JCR-1468.
---------------------------------
Resolution: Fixed
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.