[Batchserver-cvs] batchserver/test/org/jmonks/batchserver/framework/config FrameworkConfigTest.jav
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-09-14 05:06:14
|
Update of /cvsroot/batchserver/batchserver/test/org/jmonks/batchserver/framework/config In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27416/config Modified Files: FrameworkConfigTest.java Log Message: no message Index: FrameworkConfigTest.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/test/org/jmonks/batchserver/framework/config/FrameworkConfigTest.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** FrameworkConfigTest.java 25 Apr 2006 13:06:49 -0000 1.5 --- FrameworkConfigTest.java 14 Sep 2006 05:06:11 -0000 1.6 *************** *** 7,14 **** package org.jmonks.batchserver.framework.config; - import junit.framework.*; ! import java.util.Map; ! import org.w3c.dom.Element; /** --- 7,13 ---- package org.jmonks.batchserver.framework.config; import junit.framework.*; ! ! /** *************** *** 35,41 **** public static Test suite() { ! TestSuite suite = new TestSuite(FrameworkConfigTest.class); ! //TestSuite suite=new TestSuite(); ! //suite.addTest(new FrameworkConfigTest("testGetInstance")); return suite; } --- 34,38 ---- public static Test suite() { ! TestSuite suite=new TestSuite(FrameworkConfigTest.class); return suite; } |