jdillon     2003/09/03 11:00:18

  Modified:    modules/common/src/test/org/apache/geronimo/common/mutable
                        MuCharacterTest.java MuDoubleTest.java
                        MuFloatTest.java
  Log:
   o Update tests to use new location for coerce exceptions
  
  Revision  Changes    Path
  1.3       +2 -2      
incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/mutable/MuCharacterTest.java
  
  Index: MuCharacterTest.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/mutable/MuCharacterTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MuCharacterTest.java      30 Aug 2003 20:59:16 -0000      1.2
  +++ MuCharacterTest.java      3 Sep 2003 18:00:17 -0000       1.3
  @@ -57,7 +57,7 @@
   package org.apache.geronimo.common.mutable;
   
   import junit.framework.TestCase;
  -import org.apache.geronimo.common.coerce.NotCoercibleException;
  +import org.apache.geronimo.common.NotCoercibleException;
   
   /**
    * Unit test for [EMAIL PROTECTED] MuCharacter} class.
  
  
  
  1.3       +2 -2      
incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/mutable/MuDoubleTest.java
  
  Index: MuDoubleTest.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/mutable/MuDoubleTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MuDoubleTest.java 30 Aug 2003 20:59:16 -0000      1.2
  +++ MuDoubleTest.java 3 Sep 2003 18:00:17 -0000       1.3
  @@ -57,7 +57,7 @@
   package org.apache.geronimo.common.mutable;
   
   import junit.framework.TestCase;
  -import org.apache.geronimo.common.coerce.NotCoercibleException;
  +import org.apache.geronimo.common.NotCoercibleException;
   
   /**
    * Unit test for [EMAIL PROTECTED] MuDouble} class.
  
  
  
  1.2       +2 -2      
incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/mutable/MuFloatTest.java
  
  Index: MuFloatTest.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/modules/common/src/test/org/apache/geronimo/common/mutable/MuFloatTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MuFloatTest.java  30 Aug 2003 20:56:35 -0000      1.1
  +++ MuFloatTest.java  3 Sep 2003 18:00:17 -0000       1.2
  @@ -57,7 +57,7 @@
   package org.apache.geronimo.common.mutable;
   
   import junit.framework.TestCase;
  -import org.apache.geronimo.common.coerce.NotCoercibleException;
  +import org.apache.geronimo.common.NotCoercibleException;
   
   /**
    * Unit test for [EMAIL PROTECTED] MuFloat} class.
  
  
  

Reply via email to