Update of /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/test/h2d
In directory sc8-pr-cvs1:/tmp/cvs-serv17492/dodico/src/org/fudaa/dodico/test/h2d
Modified Files:
TestMaillage.java
Log Message:
maj + gestion bon mode
Index: TestMaillage.java
===================================================================
RCS file: /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/test/h2d/TestMaillage.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestMaillage.java 4 Jul 2003 14:22:41 -0000 1.1
--- TestMaillage.java 7 Aug 2003 08:01:41 -0000 1.2
***************
*** 9,13 ****
package org.fudaa.dodico.test.h2d;
! import com.sun.corba.se.internal.io.util.Arrays;
import org.fudaa.dodico.h2d.H2dElement;
--- 9,15 ----
package org.fudaa.dodico.test.h2d;
! import java.util.Arrays;
!
! import junit.framework.TestCase;
import org.fudaa.dodico.h2d.H2dElement;
***************
*** 15,20 ****
import org.fudaa.dodico.h2d.H2dMaillageBord;
import org.fudaa.dodico.h2d.H2dPoint;
-
- import junit.framework.TestCase;
/**
--- 17,20 ----
|