Author: jmitchell
Date: Fri Oct 15 18:39:19 2004
New Revision: 54899

Modified:
   struts/trunk/src/test/org/apache/struts/taglib/bean/TestIncludeTag.java
Log:
Removing dependency on commons-lang

Modified: struts/trunk/src/test/org/apache/struts/taglib/bean/TestIncludeTag.java
==============================================================================
--- struts/trunk/src/test/org/apache/struts/taglib/bean/TestIncludeTag.java     
(original)
+++ struts/trunk/src/test/org/apache/struts/taglib/bean/TestIncludeTag.java     Fri 
Oct 15 18:39:19 2004
@@ -1,7 +1,7 @@
 /*
  * $Header: 
/home/cvs/jakarta-struts/src/test/org/apache/struts/taglib/bean/TestIncludeTag.java,v 
1.12 2004/03/14 06:23:48 sraeburn Exp $
  * $Revision: 1.12 $
- * $Date: 2004/03/14 06:23:48 $
+ * $Date$
  *
  * Copyright 1999-2004 The Apache Software Foundation.
  * 
@@ -21,15 +21,14 @@
 
 import junit.framework.Test;
 import junit.framework.TestSuite;
-
-import org.apache.cactus.JspTestCase;
+import org.apache.struts.taglib.TaglibTestBase;
 
 /**
  * Suite of unit tests for the
  * <code>org.apache.struts.taglib.bean.IncludeTag</code> class.
  *
  */
-public class TestIncludeTag extends JspTestCase {
+public class TestIncludeTag extends TaglibTestBase {
 
     /**
      * Defines the testcase name for JUnit.

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

Reply via email to