Project

General

Profile

« Previous | Next » 

Revision 5139

Added by daigle over 14 years ago

Fix errors in workflow scheduler unit test

View differences:

SchedulerService.java
683 683
			scheduleMonthlyJob(jobName, jobClass, startCal, endCal, intervalValue, jobGroup, jobDetail);
684 684
		} else {
685 685
			throw new ServiceException("SchedulerService.scheduleJob - Could not interpret interval unit: " 
686
					+ intervalUnit + ". Unit must be s, m, h or d");	
686
					+ intervalUnit + ". Unit must be sec, min, hour, day, week or mon");	
687 687
		}	
688 688
	}
689 689
	

Also available in: Unified diff