You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/02/22 12:35:48 UTC

cvs commit: jakarta-cactus/framework/src/test/share/org/apache/cactus TestWebRequest.java TestAbstractTestCaseInterceptorTestCase.java

vmassol     2003/02/22 03:35:48

  Modified:    framework/src/test/share/org/apache/cactus
                        TestWebRequest.java
                        TestAbstractTestCaseInterceptorTestCase.java
  Log:
  Package refactoring that should not impact anyone.
  
  Revision  Changes    Path
  1.9       +2 -2      jakarta-cactus/framework/src/test/share/org/apache/cactus/TestWebRequest.java
  
  Index: TestWebRequest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestWebRequest.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- TestWebRequest.java	3 Jan 2003 15:40:25 -0000	1.8
  +++ TestWebRequest.java	22 Feb 2003 11:35:48 -0000	1.9
  @@ -60,8 +60,8 @@
   
   import junit.framework.TestCase;
   
  +import org.apache.cactus.configuration.ServletConfiguration;
   import org.apache.cactus.util.ChainedRuntimeException;
  -import org.apache.cactus.util.ServletConfiguration;
   
   /**
    * Unit tests of the <code>WebRequest</code> class.
  
  
  
  1.11      +4 -4      jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCaseInterceptorTestCase.java
  
  Index: TestAbstractTestCaseInterceptorTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCaseInterceptorTestCase.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- TestAbstractTestCaseInterceptorTestCase.java	21 Feb 2003 10:49:17 -0000	1.10
  +++ TestAbstractTestCaseInterceptorTestCase.java	22 Feb 2003 11:35:48 -0000	1.11
  @@ -63,10 +63,10 @@
   import junit.framework.AssertionFailedError;
   
   import org.apache.cactus.client.ClientException;
  +import org.apache.cactus.configuration.Configuration;
  +import org.apache.cactus.configuration.ServletConfiguration;
  +import org.apache.cactus.configuration.WebConfiguration;
   import org.apache.cactus.mock.MockHttpURLConnection;
  -import org.apache.cactus.util.Configuration;
  -import org.apache.cactus.util.ServletConfiguration;
  -import org.apache.cactus.util.WebConfiguration;
   
   /**
    * Test <code>TestCase</code> class that intercepts all exceptions (and assert
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org