dgraham 2003/02/27 18:43:12 Modified: src/test/org/apache/struts/taglib SimpleFormBeanForTesting.java src/test/org/apache/struts/mock MockPageContext.java MockHttpServletRequest.java MockServletConfig.java Log: Fixed bad imports. Revision Changes Path 1.2 +6 -7 jakarta-struts/src/test/org/apache/struts/taglib/SimpleFormBeanForTesting.java Index: SimpleFormBeanForTesting.java =================================================================== RCS file: /home/cvs/jakarta-struts/src/test/org/apache/struts/taglib/SimpleFormBeanForTesting.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- SimpleFormBeanForTesting.java 22 Feb 2003 02:52:27 -0000 1.1 +++ SimpleFormBeanForTesting.java 28 Feb 2003 02:43:12 -0000 1.2 @@ -7,7 +7,7 @@ * * The Apache Software License, Version 1.1 * - * Copyright (c) 1999-2002 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 @@ -64,8 +64,7 @@ import javax.servlet.http.HttpServletRequest; -import org.apache.struts.action.ActionError; -import org.apache.struts.action.ActionErrors; + import org.apache.struts.action.ActionMapping; import org.apache.struts.validator.ValidatorForm; 1.2 +6 -6 jakarta-struts/src/test/org/apache/struts/mock/MockPageContext.java Index: MockPageContext.java =================================================================== RCS file: /home/cvs/jakarta-struts/src/test/org/apache/struts/mock/MockPageContext.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- MockPageContext.java 2 Jul 2002 01:55:27 -0000 1.1 +++ MockPageContext.java 28 Feb 2003 02:43:12 -0000 1.2 @@ -7,7 +7,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 @@ -66,7 +66,7 @@ import java.util.Collections; import java.util.Enumeration; import java.util.HashMap; -import java.util.Iterator; + import javax.servlet.Servlet; import javax.servlet.ServletConfig; import javax.servlet.ServletContext; 1.3 +6 -7 jakarta-struts/src/test/org/apache/struts/mock/MockHttpServletRequest.java Index: MockHttpServletRequest.java =================================================================== RCS file: /home/cvs/jakarta-struts/src/test/org/apache/struts/mock/MockHttpServletRequest.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- MockHttpServletRequest.java 2 Jul 2002 01:55:27 -0000 1.2 +++ MockHttpServletRequest.java 28 Feb 2003 02:43:12 -0000 1.3 @@ -7,7 +7,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 @@ -64,14 +64,13 @@ import java.io.BufferedReader; -import java.io.IOException; import java.security.Principal; import java.util.Enumeration; import java.util.HashMap; import java.util.Locale; import java.util.Map; + import javax.servlet.RequestDispatcher; -import javax.servlet.ServletContext; import javax.servlet.ServletInputStream; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServletRequest; 1.2 +5 -8 jakarta-struts/src/test/org/apache/struts/mock/MockServletConfig.java Index: MockServletConfig.java =================================================================== RCS file: /home/cvs/jakarta-struts/src/test/org/apache/struts/mock/MockServletConfig.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- MockServletConfig.java 2 Jul 2002 01:55:27 -0000 1.1 +++ MockServletConfig.java 28 Feb 2003 02:43:12 -0000 1.2 @@ -7,7 +7,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 @@ -63,12 +63,9 @@ package org.apache.struts.mock; -import java.io.InputStream; -import java.net.URL; import java.util.Enumeration; import java.util.HashMap; -import java.util.Set; -import javax.servlet.RequestDispatcher; + import javax.servlet.ServletConfig; import javax.servlet.ServletContext;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]