Robert Munteanu created SLING-3819:
--------------------------------------
Summary: SlingTestBase.blockIfRequested always throws
IllegalMonitorStateException
Key: SLING-3819
URL: https://issues.apache.org/jira/browse/SLING-3819
Project: Sling
Issue Type: Bug
Components: Testing
Reporter: Robert Munteanu
Fix For: org.apache.sling.testing.tools 1.0.10
The synchronized block is waiting on the {{this}} object, while locking on the
{{slingTestState}} object. The trivial fix is to call wait on the locked
{{slingTestState}} object.
--
This message was sent by Atlassian JIRA
(v6.2#6252)