vmassol 02/01/13 07:29:39
Modified: src/sample/servlet22/org/apache/cactus TestAll.java
src/sample/servlet22/org/apache/cactus/sample/unit
TestServletTestCaseSpecific.java
Log:
Happy new year !
Revision Changes Path
1.6 +3 -2
jakarta-cactus/src/sample/servlet22/org/apache/cactus/TestAll.java
Index: TestAll.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/servlet22/org/apache/cactus/TestAll.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- TestAll.java 19 Oct 2001 23:06:35 -0000 1.5
+++ TestAll.java 13 Jan 2002 15:29:38 -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
@@ -61,7 +61,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: TestAll.java,v 1.5 2001/10/19 23:06:35 vmassol Exp $
+ * @version $Id: TestAll.java,v 1.6 2002/01/13 15:29:38 vmassol Exp $
*/
public class TestAll extends TestCase
{
@@ -100,6 +100,7 @@
// Functional tests
suite.addTest(org.apache.cactus.sample.TestSampleServlet.suite());
+
suite.addTest(org.apache.cactus.sample.TestSampleServletConfig.suite());
suite.addTest(org.apache.cactus.sample.TestSampleTag.suite());
suite.addTest(org.apache.cactus.sample.TestSampleBodyTag.suite());
1.5 +2 -2
jakarta-cactus/src/sample/servlet22/org/apache/cactus/sample/unit/TestServletTestCaseSpecific.java
Index: TestServletTestCaseSpecific.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/sample/servlet22/org/apache/cactus/sample/unit/TestServletTestCaseSpecific.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- TestServletTestCaseSpecific.java 14 Sep 2001 20:21:56 -0000 1.4
+++ TestServletTestCaseSpecific.java 13 Jan 2002 15:29:38 -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
@@ -76,7 +76,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: TestServletTestCaseSpecific.java,v 1.4 2001/09/14 20:21:56 pier
Exp $
+ * @version $Id: TestServletTestCaseSpecific.java,v 1.5 2002/01/13 15:29:38 vmassol
Exp $
*/
public class TestServletTestCaseSpecific extends ServletTestCase
{
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>