Update of /cvsroot/batchserver/batchserver/test/org/jmonks/batchserver/framework/common
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32164/framework/common
Modified Files:
ErrorCodeTest.java FrameworkUtilTest.java
Log Message:
no message
Index: FrameworkUtilTest.java
===================================================================
RCS file: /cvsroot/batchserver/batchserver/test/org/jmonks/batchserver/framework/common/FrameworkUtilTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** FrameworkUtilTest.java 7 Mar 2006 03:41:35 -0000 1.4
--- FrameworkUtilTest.java 29 Aug 2006 02:29:23 -0000 1.5
***************
*** 12,15 ****
--- 12,16 ----
import org.w3c.dom.Element;
import org.w3c.dom.Node;
+ import org.jmonks.batchserver.framework.util.FrameworkUtil;
public class FrameworkUtilTest extends TestCase
Index: ErrorCodeTest.java
===================================================================
RCS file: /cvsroot/batchserver/batchserver/test/org/jmonks/batchserver/framework/common/ErrorCodeTest.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ErrorCodeTest.java 25 Apr 2006 13:06:49 -0000 1.5
--- ErrorCodeTest.java 29 Aug 2006 02:29:23 -0000 1.6
***************
*** 9,12 ****
--- 9,13 ----
import junit.framework.*;
+ import org.jmonks.batchserver.framework.ErrorCode;
/**
|