* 1 to call incrementDownloadCounter
* Breakpoint is set for 'setLastUsageNowFor', all other calls must wait.
*/
public void testSetLastUsageNowFor() {
Date lastSetLastUsageDate = null;
Syncer syncer = CoordinatorManager.getCoordinator().getSyncer();
assertTrue("syncer is not of type 'ClusterSyncer'", syncer instanceof ClusterSyncer);
final int loop = 500;
RepositoryEntry repositoryEntry = createRepository("T1_perf2", new Long(927888103));
final Long keyRepo = repositoryEntry.getKey();
final OLATResourceable resourceable = repositoryEntry.getOlatResource();