Lock test assumes that changes in one session are immediately visible in 
different session
------------------------------------------------------------------------------------------

                 Key: JCR-1361
                 URL: https://issues.apache.org/jira/browse/JCR-1361
             Project: Jackrabbit
          Issue Type: Bug
          Components: jackrabbit-jcr-tests
            Reporter: Julian Reschke
            Assignee: Julian Reschke
            Priority: Minor


LockTest.testLogout() assumes that a change in one session (logging out, 
removing a session-scoped lock) is immediately visible in another session.

Proposal: insert a 

 n1.getSession().refresh(true);

call before checking

 assertFalse("node must not 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.

Reply via email to