[Batchserver-cvs] batchserver/test/org/jmonks/batchserver/framework/config JobConfigFactoryTest.java
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-03-11 02:16:17
|
Update of /cvsroot/batchserver/batchserver/test/org/jmonks/batchserver/framework/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11674 Modified Files: JobConfigFactoryTest.java Log Message: no message Index: JobConfigFactoryTest.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/test/org/jmonks/batchserver/framework/config/JobConfigFactoryTest.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JobConfigFactoryTest.java 9 Mar 2006 04:42:55 -0000 1.1 --- JobConfigFactoryTest.java 11 Mar 2006 02:16:05 -0000 1.2 *************** *** 37,40 **** --- 37,42 ---- { TestSuite suite = new TestSuite(JobConfigFactoryTest.class); + //TestSuite suite=new TestSuite(); + //suite.addTest(new JobConfigFactoryTest("testGetJobConfigFactory")); return suite; } |