vmassol 02/01/13 07:07:08
Modified: src/framework/share/org/apache/cactus AbstractTestCase.java
Cookie.java JspTestCase.java ServiceDefinition.java
ServiceEnumeration.java ServletTestCase.java
ServletTestRequest.java ServletURL.java
WebRequest.java WebResponse.java WebTestResult.java
Log:
Happy new year !
Revision Changes Path
1.20 +2 -2
jakarta-cactus/src/framework/share/org/apache/cactus/AbstractTestCase.java
Index: AbstractTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/AbstractTestCase.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- AbstractTestCase.java 10 Jan 2002 19:54:44 -0000 1.19
+++ AbstractTestCase.java 13 Jan 2002 15:07:08 -0000 1.20
@@ -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
@@ -76,7 +76,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: AbstractTestCase.java,v 1.19 2002/01/10 19:54:44 vmassol Exp $
+ * @version $Id: AbstractTestCase.java,v 1.20 2002/01/13 15:07:08 vmassol Exp $
*/
public abstract class AbstractTestCase extends TestCase
{
1.3 +2 -2 jakarta-cactus/src/framework/share/org/apache/cactus/Cookie.java
Index: Cookie.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/Cookie.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Cookie.java 14 Sep 2001 20:16:11 -0000 1.2
+++ Cookie.java 13 Jan 2002 15:07:08 -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
@@ -63,7 +63,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: Cookie.java,v 1.2 2001/09/14 20:16:11 pier Exp $
+ * @version $Id: Cookie.java,v 1.3 2002/01/13 15:07:08 vmassol Exp $
*/
public class Cookie implements Serializable
{
1.7 +2 -2
jakarta-cactus/src/framework/share/org/apache/cactus/JspTestCase.java
Index: JspTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/JspTestCase.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- JspTestCase.java 14 Sep 2001 20:16:23 -0000 1.6
+++ JspTestCase.java 13 Jan 2002 15:07:08 -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
@@ -65,7 +65,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: JspTestCase.java,v 1.6 2001/09/14 20:16:23 pier Exp $
+ * @version $Id: JspTestCase.java,v 1.7 2002/01/13 15:07:08 vmassol Exp $
*/
public class JspTestCase extends ServletTestCase
{
1.6 +2 -2
jakarta-cactus/src/framework/share/org/apache/cactus/ServiceDefinition.java
Index: ServiceDefinition.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/ServiceDefinition.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ServiceDefinition.java 16 Nov 2001 19:29:25 -0000 1.5
+++ ServiceDefinition.java 13 Jan 2002 15:07:08 -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
@@ -59,7 +59,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: ServiceDefinition.java,v 1.5 2001/11/16 19:29:25 vmassol Exp $
+ * @version $Id: ServiceDefinition.java,v 1.6 2002/01/13 15:07:08 vmassol Exp $
*/
public class ServiceDefinition
{
1.6 +2 -2
jakarta-cactus/src/framework/share/org/apache/cactus/ServiceEnumeration.java
Index: ServiceEnumeration.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/ServiceEnumeration.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ServiceEnumeration.java 16 Nov 2001 19:30:10 -0000 1.5
+++ ServiceEnumeration.java 13 Jan 2002 15:07:08 -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
@@ -59,7 +59,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: ServiceEnumeration.java,v 1.5 2001/11/16 19:30:10 vmassol Exp $
+ * @version $Id: ServiceEnumeration.java,v 1.6 2002/01/13 15:07:08 vmassol Exp $
*/
public class ServiceEnumeration
{
1.9 +2 -2
jakarta-cactus/src/framework/share/org/apache/cactus/ServletTestCase.java
Index: ServletTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/ServletTestCase.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ServletTestCase.java 14 Sep 2001 20:19:31 -0000 1.8
+++ ServletTestCase.java 13 Jan 2002 15:07:08 -0000 1.9
@@ -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
@@ -70,7 +70,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: ServletTestCase.java,v 1.8 2001/09/14 20:19:31 pier Exp $
+ * @version $Id: ServletTestCase.java,v 1.9 2002/01/13 15:07:08 vmassol Exp $
*/
public class ServletTestCase extends AbstractTestCase
{
1.8 +2 -2
jakarta-cactus/src/framework/share/org/apache/cactus/ServletTestRequest.java
Index: ServletTestRequest.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/ServletTestRequest.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ServletTestRequest.java 14 Sep 2001 20:19:41 -0000 1.7
+++ ServletTestRequest.java 13 Jan 2002 15:07:08 -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
@@ -79,7 +79,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: ServletTestRequest.java,v 1.7 2001/09/14 20:19:41 pier Exp $
+ * @version $Id: ServletTestRequest.java,v 1.8 2002/01/13 15:07:08 vmassol Exp $
* @deprecated As of Cactus 1.2, replaced by WebRequest
* @see WebRequest
*/
1.11 +2 -2
jakarta-cactus/src/framework/share/org/apache/cactus/ServletURL.java
Index: ServletURL.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/ServletURL.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ServletURL.java 4 Nov 2001 22:51:45 -0000 1.10
+++ ServletURL.java 13 Jan 2002 15:07:08 -0000 1.11
@@ -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
@@ -84,7 +84,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: ServletURL.java,v 1.10 2001/11/04 22:51:45 vmassol Exp $
+ * @version $Id: ServletURL.java,v 1.11 2002/01/13 15:07:08 vmassol Exp $
*/
public class ServletURL
{
1.10 +2 -2
jakarta-cactus/src/framework/share/org/apache/cactus/WebRequest.java
Index: WebRequest.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/WebRequest.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- WebRequest.java 27 Oct 2001 21:58:46 -0000 1.9
+++ WebRequest.java 13 Jan 2002 15:07:08 -0000 1.10
@@ -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: WebRequest.java,v 1.9 2001/10/27 21:58:46 vmassol Exp $
+ * @version $Id: WebRequest.java,v 1.10 2002/01/13 15:07:08 vmassol Exp $
*/
public class WebRequest
{
1.13 +2 -2
jakarta-cactus/src/framework/share/org/apache/cactus/WebResponse.java
Index: WebResponse.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/WebResponse.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- WebResponse.java 10 Jan 2002 19:52:12 -0000 1.12
+++ WebResponse.java 13 Jan 2002 15:07:08 -0000 1.13
@@ -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: WebResponse.java,v 1.12 2002/01/10 19:52:12 vmassol Exp $
+ * @version $Id: WebResponse.java,v 1.13 2002/01/13 15:07:08 vmassol Exp $
*/
public class WebResponse
{
1.4 +2 -2
jakarta-cactus/src/framework/share/org/apache/cactus/WebTestResult.java
Index: WebTestResult.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/WebTestResult.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- WebTestResult.java 14 Sep 2001 20:21:46 -0000 1.3
+++ WebTestResult.java 13 Jan 2002 15:07:08 -0000 1.4
@@ -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
@@ -62,7 +62,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: WebTestResult.java,v 1.3 2001/09/14 20:21:46 pier Exp $
+ * @version $Id: WebTestResult.java,v 1.4 2002/01/13 15:07:08 vmassol Exp $
*/
public class WebTestResult implements Serializable
{
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>