vmassol 02/01/13 07:31:40
Modified: src/sample/share/org/apache/cactus/sample SampleBodyTag.java
SampleServlet.java SampleServletConfig.java
SampleTag.java TestSampleBodyTag.java
TestSampleServlet.java TestSampleServletConfig.java
TestSampleTag.java
src/sample/share/org/apache/cactus/sample/unit
TestJspTestCase.java TestServletTestCase1.java
TestServletTestCase1_ExceptionNotSerializable.java
TestServletTestCase1_ExceptionSerializable.java
TestServletTestCase1_InterceptorServletTestCase.java
TestServletTestCase2.java TestServletTestCase3.java
TestServletTestCase4.java TestServletTestCase5.java
TestServletTestCase5_InterceptorServletTestCase.java
TestServletTestCase_TestResult.java
Log:
Happy new year !
Revision Changes Path
1.2 +2 -2
jakarta-cactus/src/sample/share/org/apache/cactus/sample/SampleBodyTag.java
Index: SampleBodyTag.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/share/org/apache/cactus/sample/SampleBodyTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SampleBodyTag.java 24 Sep 2001 11:13:20 -0000 1.1
+++ SampleBodyTag.java 13 Jan 2002 15:31:39 -0000 1.2
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -65,7 +65,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Nicholas Lesiecki</a>
*
- * @version $Id: SampleBodyTag.java,v 1.1 2001/09/24 11:13:20 vmassol Exp $
+ * @version $Id: SampleBodyTag.java,v 1.2 2002/01/13 15:31:39 vmassol Exp $
*/
public class SampleBodyTag extends BodyTagSupport
{
1.8 +2 -2
jakarta-cactus/src/sample/share/org/apache/cactus/sample/SampleServlet.java
Index: SampleServlet.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/share/org/apache/cactus/sample/SampleServlet.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- SampleServlet.java 10 Jan 2002 19:59:19 -0000 1.7
+++ SampleServlet.java 13 Jan 2002 15:31:39 -0000 1.8
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -66,7 +66,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: SampleServlet.java,v 1.7 2002/01/10 19:59:19 vmassol Exp $
+ * @version $Id: SampleServlet.java,v 1.8 2002/01/13 15:31:39 vmassol Exp $
*/
public class SampleServlet extends HttpServlet
{
1.5 +2 -2
jakarta-cactus/src/sample/share/org/apache/cactus/sample/SampleServletConfig.java
Index: SampleServletConfig.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/share/org/apache/cactus/sample/SampleServletConfig.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- SampleServletConfig.java 14 Sep 2001 20:23:31 -0000 1.4
+++ SampleServletConfig.java 13 Jan 2002 15:31:39 -0000 1.5
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -66,7 +66,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: SampleServletConfig.java,v 1.4 2001/09/14 20:23:31 pier Exp $
+ * @version $Id: SampleServletConfig.java,v 1.5 2002/01/13 15:31:39 vmassol Exp $
*/
public class SampleServletConfig extends HttpServlet
{
1.2 +2 -2
jakarta-cactus/src/sample/share/org/apache/cactus/sample/SampleTag.java
Index: SampleTag.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/share/org/apache/cactus/sample/SampleTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SampleTag.java 24 Sep 2001 11:13:20 -0000 1.1
+++ SampleTag.java 13 Jan 2002 15:31:39 -0000 1.2
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -63,7 +63,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Nicholas Lesiecki</a>
*
- * @version $Id: SampleTag.java,v 1.1 2001/09/24 11:13:20 vmassol Exp $
+ * @version $Id: SampleTag.java,v 1.2 2002/01/13 15:31:39 vmassol Exp $
*/
public class SampleTag extends TagSupport
{
1.3 +2 -2
jakarta-cactus/src/sample/share/org/apache/cactus/sample/TestSampleBodyTag.java
Index: TestSampleBodyTag.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/share/org/apache/cactus/sample/TestSampleBodyTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TestSampleBodyTag.java 25 Sep 2001 07:07:56 -0000 1.2
+++ TestSampleBodyTag.java 13 Jan 2002 15:31:39 -0000 1.3
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -67,7 +67,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Nciholas Lesiecki</a>
*
- * @version $Id: TestSampleBodyTag.java,v 1.2 2001/09/25 07:07:56 ndlesiecki Exp $
+ * @version $Id: TestSampleBodyTag.java,v 1.3 2002/01/13 15:31:39 vmassol Exp $
*/
public class TestSampleBodyTag extends JspTestCase
{
1.14 +2 -2
jakarta-cactus/src/sample/share/org/apache/cactus/sample/TestSampleServlet.java
Index: TestSampleServlet.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/share/org/apache/cactus/sample/TestSampleServlet.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- TestSampleServlet.java 10 Jan 2002 19:58:30 -0000 1.13
+++ TestSampleServlet.java 13 Jan 2002 15:31:39 -0000 1.14
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -68,7 +68,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: TestSampleServlet.java,v 1.13 2002/01/10 19:58:30 vmassol Exp $
+ * @version $Id: TestSampleServlet.java,v 1.14 2002/01/13 15:31:39 vmassol Exp $
*/
public class TestSampleServlet extends ServletTestCase
{
1.6 +2 -2
jakarta-cactus/src/sample/share/org/apache/cactus/sample/TestSampleServletConfig.java
Index: TestSampleServletConfig.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/share/org/apache/cactus/sample/TestSampleServletConfig.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- TestSampleServletConfig.java 15 Sep 2001 12:40:43 -0000 1.5
+++ TestSampleServletConfig.java 13 Jan 2002 15:31:39 -0000 1.6
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -74,7 +74,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: TestSampleServletConfig.java,v 1.5 2001/09/15 12:40:43 vmassol Exp
$
+ * @version $Id: TestSampleServletConfig.java,v 1.6 2002/01/13 15:31:39 vmassol Exp
$
*/
public class TestSampleServletConfig extends ServletTestCase
{
1.2 +2 -2
jakarta-cactus/src/sample/share/org/apache/cactus/sample/TestSampleTag.java
Index: TestSampleTag.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/share/org/apache/cactus/sample/TestSampleTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TestSampleTag.java 24 Sep 2001 11:13:20 -0000 1.1
+++ TestSampleTag.java 13 Jan 2002 15:31:39 -0000 1.2
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -63,7 +63,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Nicholas Lesiecki</a>
*
- * @version $Id: TestSampleTag.java,v 1.1 2001/09/24 11:13:20 vmassol Exp $
+ * @version $Id: TestSampleTag.java,v 1.2 2002/01/13 15:31:39 vmassol Exp $
*/
public class TestSampleTag extends JspTestCase
{
1.6 +2 -2
jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestJspTestCase.java
Index: TestJspTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestJspTestCase.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- TestJspTestCase.java 14 Sep 2001 20:24:03 -0000 1.5
+++ TestJspTestCase.java 13 Jan 2002 15:31:40 -0000 1.6
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -75,7 +75,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: TestJspTestCase.java,v 1.5 2001/09/14 20:24:03 pier Exp $
+ * @version $Id: TestJspTestCase.java,v 1.6 2002/01/13 15:31:40 vmassol Exp $
*/
public class TestJspTestCase extends JspTestCase
{
1.6 +2 -2
jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestServletTestCase1.java
Index: TestServletTestCase1.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestServletTestCase1.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- TestServletTestCase1.java 14 Sep 2001 20:24:13 -0000 1.5
+++ TestServletTestCase1.java 13 Jan 2002 15:31:40 -0000 1.6
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -82,7 +82,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: TestServletTestCase1.java,v 1.5 2001/09/14 20:24:13 pier Exp $
+ * @version $Id: TestServletTestCase1.java,v 1.6 2002/01/13 15:31:40 vmassol Exp $
*/
public class TestServletTestCase1
extends TestServletTestCase1_InterceptorServletTestCase
1.5 +2 -2
jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestServletTestCase1_ExceptionNotSerializable.java
Index: TestServletTestCase1_ExceptionNotSerializable.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestServletTestCase1_ExceptionNotSerializable.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- TestServletTestCase1_ExceptionNotSerializable.java 14 Sep 2001 20:24:25
-0000 1.4
+++ TestServletTestCase1_ExceptionNotSerializable.java 13 Jan 2002 15:31:40
-0000 1.5
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -59,7 +59,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: TestServletTestCase1_ExceptionNotSerializable.java,v 1.4
2001/09/14 20:24:25 pier Exp $
+ * @version $Id: TestServletTestCase1_ExceptionNotSerializable.java,v 1.5
2002/01/13 15:31:40 vmassol Exp $
* @see TestServletTestCase1
*/
public class TestServletTestCase1_ExceptionNotSerializable extends Exception
1.5 +2 -2
jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestServletTestCase1_ExceptionSerializable.java
Index: TestServletTestCase1_ExceptionSerializable.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestServletTestCase1_ExceptionSerializable.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- TestServletTestCase1_ExceptionSerializable.java 14 Sep 2001 20:24:35 -0000
1.4
+++ TestServletTestCase1_ExceptionSerializable.java 13 Jan 2002 15:31:40 -0000
1.5
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -61,7 +61,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: TestServletTestCase1_ExceptionSerializable.java,v 1.4 2001/09/14
20:24:35 pier Exp $
+ * @version $Id: TestServletTestCase1_ExceptionSerializable.java,v 1.5 2002/01/13
15:31:40 vmassol Exp $
* @see TestServletTestCase1
*/
public class TestServletTestCase1_ExceptionSerializable
1.8 +2 -2
jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestServletTestCase1_InterceptorServletTestCase.java
Index: TestServletTestCase1_InterceptorServletTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestServletTestCase1_InterceptorServletTestCase.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- TestServletTestCase1_InterceptorServletTestCase.java 28 Oct 2001 11:27:36
-0000 1.7
+++ TestServletTestCase1_InterceptorServletTestCase.java 13 Jan 2002 15:31:40
-0000 1.8
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -66,7 +66,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: TestServletTestCase1_InterceptorServletTestCase.java,v 1.7
2001/10/28 11:27:36 vmassol Exp $
+ * @version $Id: TestServletTestCase1_InterceptorServletTestCase.java,v 1.8
2002/01/13 15:31:40 vmassol Exp $
* @see TestServletTestCase1
*/
public class TestServletTestCase1_InterceptorServletTestCase
1.23 +2 -2
jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestServletTestCase2.java
Index: TestServletTestCase2.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestServletTestCase2.java,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- TestServletTestCase2.java 17 Dec 2001 13:12:58 -0000 1.22
+++ TestServletTestCase2.java 13 Jan 2002 15:31:40 -0000 1.23
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -77,7 +77,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: TestServletTestCase2.java,v 1.22 2001/12/17 13:12:58 vmassol Exp $
+ * @version $Id: TestServletTestCase2.java,v 1.23 2002/01/13 15:31:40 vmassol Exp $
*/
public class TestServletTestCase2 extends ServletTestCase
{
1.7 +2 -2
jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestServletTestCase3.java
Index: TestServletTestCase3.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestServletTestCase3.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- TestServletTestCase3.java 14 Sep 2001 20:25:09 -0000 1.6
+++ TestServletTestCase3.java 13 Jan 2002 15:31:40 -0000 1.7
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -77,7 +77,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: TestServletTestCase3.java,v 1.6 2001/09/14 20:25:09 pier Exp $
+ * @version $Id: TestServletTestCase3.java,v 1.7 2002/01/13 15:31:40 vmassol Exp $
*/
public class TestServletTestCase3 extends ServletTestCase
{
1.8 +2 -2
jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestServletTestCase4.java
Index: TestServletTestCase4.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestServletTestCase4.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- TestServletTestCase4.java 14 Sep 2001 20:25:19 -0000 1.7
+++ TestServletTestCase4.java 13 Jan 2002 15:31:40 -0000 1.8
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -75,7 +75,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: TestServletTestCase4.java,v 1.7 2001/09/14 20:25:19 pier Exp $
+ * @version $Id: TestServletTestCase4.java,v 1.8 2002/01/13 15:31:40 vmassol Exp $
*/
public class TestServletTestCase4 extends ServletTestCase
{
1.6 +2 -2
jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestServletTestCase5.java
Index: TestServletTestCase5.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestServletTestCase5.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- TestServletTestCase5.java 14 Sep 2001 20:25:30 -0000 1.5
+++ TestServletTestCase5.java 13 Jan 2002 15:31:40 -0000 1.6
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -82,7 +82,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: TestServletTestCase5.java,v 1.5 2001/09/14 20:25:30 pier Exp $
+ * @version $Id: TestServletTestCase5.java,v 1.6 2002/01/13 15:31:40 vmassol Exp $
*/
public class TestServletTestCase5
extends TestServletTestCase5_InterceptorServletTestCase
1.5 +2 -2
jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestServletTestCase5_InterceptorServletTestCase.java
Index: TestServletTestCase5_InterceptorServletTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestServletTestCase5_InterceptorServletTestCase.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- TestServletTestCase5_InterceptorServletTestCase.java 14 Sep 2001 20:25:40
-0000 1.4
+++ TestServletTestCase5_InterceptorServletTestCase.java 13 Jan 2002 15:31:40
-0000 1.5
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -66,7 +66,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: TestServletTestCase5_InterceptorServletTestCase.java,v 1.4
2001/09/14 20:25:40 pier Exp $
+ * @version $Id: TestServletTestCase5_InterceptorServletTestCase.java,v 1.5
2002/01/13 15:31:40 vmassol Exp $
* @see TestServletTestCase1
*/
public class TestServletTestCase5_InterceptorServletTestCase
1.5 +2 -2
jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestServletTestCase_TestResult.java
Index: TestServletTestCase_TestResult.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit/TestServletTestCase_TestResult.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- TestServletTestCase_TestResult.java 14 Sep 2001 20:25:50 -0000 1.4
+++ TestServletTestCase_TestResult.java 13 Jan 2002 15:31:40 -0000 1.5
@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -80,7 +80,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: TestServletTestCase_TestResult.java,v 1.4 2001/09/14 20:25:50 pier
Exp $
+ * @version $Id: TestServletTestCase_TestResult.java,v 1.5 2002/01/13 15:31:40
vmassol Exp $
*/
public class TestServletTestCase_TestResult extends ServletTestCase
{
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>