callback.caught(e);
return;
}
try {
FindScheduledOperationsResult result = projectAdmin.testScheduleWithGuid(userName, password, scheduleId.toString(), null, null, numberOfRuns);
callback.testCompleted(getQueueDates(result));
} catch (RemoteException e) {
callback.caught(e);
return;
} catch (ParseException e) {