[Batchserver-cvs] batchserver/test/org/jmonks/batchserver/framework/controller/basic TestBasicJobPro
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-05-05 21:07:18
|
Update of /cvsroot/batchserver/batchserver/test/org/jmonks/batchserver/framework/controller/basic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25281/org/jmonks/batchserver/framework/controller/basic Modified Files: TestBasicJobProcessor.java Log Message: no message Index: TestBasicJobProcessor.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/test/org/jmonks/batchserver/framework/controller/basic/TestBasicJobProcessor.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestBasicJobProcessor.java 4 May 2006 22:27:14 -0000 1.1 --- TestBasicJobProcessor.java 5 May 2006 21:07:10 -0000 1.2 *************** *** 57,68 **** public ErrorCode process() { - try - { - Thread.currentThread().sleep(3000); - } - catch(InterruptedException exception) - { - logger.error(exception.getMessage(),exception); - } return ErrorCode.JOB_CONFIGURATION_ERROR; } --- 57,60 ---- |