Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
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());
Attachments
Issue Links
- relates to
-
JCR-774 TCK: Test that expect that modifications made by Session1 are automatically visible to Session2
- Closed