[Batchserver-cvs] batchserver/test/org/jmonks/batchserver/framework/config ConfigurationExceptionT
Brought to you by:
suresh_pragada
|
From: Suresh <sur...@us...> - 2006-08-29 02:29:25
|
Update of /cvsroot/batchserver/batchserver/test/org/jmonks/batchserver/framework/config In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32164/framework/config Modified Files: ConfigurationExceptionTest.java JobConfigFactoryTest.java Log Message: no message Index: ConfigurationExceptionTest.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/test/org/jmonks/batchserver/framework/config/ConfigurationExceptionTest.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ConfigurationExceptionTest.java 13 Mar 2006 14:31:14 -0000 1.2 --- ConfigurationExceptionTest.java 29 Aug 2006 02:29:23 -0000 1.3 *************** *** 9,13 **** import junit.framework.*; ! import org.jmonks.batchserver.framework.common.ErrorCode; /** --- 9,13 ---- import junit.framework.*; ! import org.jmonks.batchserver.framework.ErrorCode; /** Index: JobConfigFactoryTest.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/test/org/jmonks/batchserver/framework/config/JobConfigFactoryTest.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** JobConfigFactoryTest.java 11 Mar 2006 02:16:05 -0000 1.2 --- JobConfigFactoryTest.java 29 Aug 2006 02:29:23 -0000 1.3 *************** *** 12,16 **** import java.lang.reflect.InvocationTargetException; import java.util.Map; ! import org.jmonks.batchserver.framework.common.ErrorCode; /** --- 12,16 ---- import java.lang.reflect.InvocationTargetException; import java.util.Map; ! import org.jmonks.batchserver.framework.ErrorCode; /** |