You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by to...@apache.org on 2003/02/08 21:47:39 UTC

cvs commit: jakarta-commons-sandbox/codec/src/test/org/apache/commons/codec TestAll.java

tobrien     2003/02/08 12:47:39

  Modified:    codec/src/test/org/apache/commons/codec TestAll.java
  Log:
  TestAll was referencing now absent base64.Base64
  
  Revision  Changes    Path
  1.7       +4 -5      jakarta-commons-sandbox/codec/src/test/org/apache/commons/codec/TestAll.java
  
  Index: TestAll.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/codec/src/test/org/apache/commons/codec/TestAll.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- TestAll.java	4 Feb 2003 05:50:00 -0000	1.6
  +++ TestAll.java	8 Feb 2003 20:47:39 -0000	1.7
  @@ -81,7 +81,6 @@
   
       public static Test suite() {
           TestSuite suite = new TestSuite();
  -        suite.addTest(org.apache.commons.codec.base64.TestAll.suite());
           suite.addTest(TestMetaphone.suite());
           suite.addTest(TestSoundex.suite());
           suite.addTest(TestRefinedSoundex.suite());
  
  
  

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