dgraham     2003/02/27 18:44:14

  Modified:    src/test/org/apache/struts/taglib/html TestButtonTag2.java
                        TestCheckboxTag4.java TestCheckboxTag2.java
                        TestCheckboxTag8.java TestCancelTag2.java
                        TestCheckboxTag6.java
  Log:
  Fixed bad imports.
  
  Revision  Changes    Path
  1.4       +1 -2      
jakarta-struts/src/test/org/apache/struts/taglib/html/TestButtonTag2.java
  
  Index: TestButtonTag2.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/test/org/apache/struts/taglib/html/TestButtonTag2.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestButtonTag2.java       28 Feb 2003 01:11:33 -0000      1.3
  +++ TestButtonTag2.java       28 Feb 2003 02:44:13 -0000      1.4
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -56,7 +56,6 @@
   
   import java.util.ArrayList;
   import java.util.HashMap;
  -import java.util.Hashtable;
   import java.util.Locale;
   import java.util.StringTokenizer;
   
  
  
  
  1.2       +1 -2      
jakarta-struts/src/test/org/apache/struts/taglib/html/TestCheckboxTag4.java
  
  Index: TestCheckboxTag4.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/test/org/apache/struts/taglib/html/TestCheckboxTag4.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestCheckboxTag4.java     28 Feb 2003 01:11:33 -0000      1.1
  +++ TestCheckboxTag4.java     28 Feb 2003 02:44:13 -0000      1.2
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -56,7 +56,6 @@
   
   import java.util.ArrayList;
   import java.util.HashMap;
  -import java.util.Hashtable;
   import java.util.Locale;
   import java.util.StringTokenizer;
   
  
  
  
  1.2       +1 -2      
jakarta-struts/src/test/org/apache/struts/taglib/html/TestCheckboxTag2.java
  
  Index: TestCheckboxTag2.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/test/org/apache/struts/taglib/html/TestCheckboxTag2.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestCheckboxTag2.java     28 Feb 2003 01:11:33 -0000      1.1
  +++ TestCheckboxTag2.java     28 Feb 2003 02:44:13 -0000      1.2
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -56,7 +56,6 @@
   
   import java.util.ArrayList;
   import java.util.HashMap;
  -import java.util.Hashtable;
   import java.util.Locale;
   import java.util.StringTokenizer;
   
  
  
  
  1.2       +1 -2      
jakarta-struts/src/test/org/apache/struts/taglib/html/TestCheckboxTag8.java
  
  Index: TestCheckboxTag8.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/test/org/apache/struts/taglib/html/TestCheckboxTag8.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestCheckboxTag8.java     28 Feb 2003 01:11:33 -0000      1.1
  +++ TestCheckboxTag8.java     28 Feb 2003 02:44:13 -0000      1.2
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -56,7 +56,6 @@
   
   import java.util.ArrayList;
   import java.util.HashMap;
  -import java.util.Hashtable;
   import java.util.Locale;
   import java.util.StringTokenizer;
   
  
  
  
  1.2       +1 -5      
jakarta-struts/src/test/org/apache/struts/taglib/html/TestCancelTag2.java
  
  Index: TestCancelTag2.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/test/org/apache/struts/taglib/html/TestCancelTag2.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestCancelTag2.java       28 Feb 2003 01:11:33 -0000      1.1
  +++ TestCancelTag2.java       28 Feb 2003 02:44:13 -0000      1.2
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -54,10 +54,7 @@
    */
   package org.apache.struts.taglib.html;
   
  -import java.util.ArrayList;
  -import java.util.HashMap;
   import java.util.Locale;
  -import java.util.StringTokenizer;
   
   import javax.servlet.jsp.PageContext;
   import junit.framework.Test;
  @@ -65,7 +62,6 @@
   
   import org.apache.cactus.JspTestCase;
   import org.apache.struts.Globals;
  -import org.apache.struts.taglib.SimpleBeanForTesting;
   
   /**
    * Suite of unit tests for the
  
  
  
  1.2       +1 -2      
jakarta-struts/src/test/org/apache/struts/taglib/html/TestCheckboxTag6.java
  
  Index: TestCheckboxTag6.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/test/org/apache/struts/taglib/html/TestCheckboxTag6.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestCheckboxTag6.java     28 Feb 2003 01:11:33 -0000      1.1
  +++ TestCheckboxTag6.java     28 Feb 2003 02:44:13 -0000      1.2
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -56,7 +56,6 @@
   
   import java.util.ArrayList;
   import java.util.HashMap;
  -import java.util.Hashtable;
   import java.util.Locale;
   import java.util.StringTokenizer;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to