}
scan = executor.getMostRecentScanHistory();
assertScan(scan, false, false, 29, 0, 15, 0, 14, 0);
// another quick scan should see no calls, check times should be pushed out at least a minute
report = executor.call();
Assert.assertNotNull(report);
Assert.assertEquals(report.isChangesOnlyReport(), true, "Third report should have been changes-only");
Assert.assertEquals(report.getResourceAvailability().isEmpty(), true, "Nothing changed, should be empty");
scan = executor.getMostRecentScanHistory();
assertScan(scan, false, false, 29, 0, 1, 0, 0, 0);