You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@hyperreal.org on 1999/11/11 23:12:15 UTC

cvs commit: jakarta-tomcat/src/tests/webpages/welcome index.html

costin      99/11/11 14:12:11

  Modified:    src/tests testlist.txt
               src/tests/share/tests/request Get.java Post.java
                        RequestMap.java get.properties post.properties
               src/tests/webpages index.html
               src/tests/webpages/WEB-INF/classes/request EchoServlet.java
               src/tests/webpages/welcome index.html
  Added:       src/tests/share/tests/jsp/Golden beanSer.txt beanTest.txt
                        implicitConfig.txt implicitContext.txt
                        implicitException.txt implicitOut.txt
                        implicitPage.txt implicitPageContext.txt
                        implicitRequest.txt implicitResponse.txt
                        implicitSession.txt
               src/tests/webpages/WEB-INF/classes/calendar JspCalendar.java
                        calendar.ser
               src/tests/webpages/WEB-INF/classes/jsp TestBean.java
                        TestBean2.java
               src/tests/webpages/jsp beanScopePage.jsp
                        beanScopeSession.jsp beanScopeTarget.jsp
                        beanSer.jsp beanTest1.jsp beanTest2.jsp
                        implicitConfig.jsp implicitContext.jsp
                        implicitException.jsp implicitOut.jsp
                        implicitPage.jsp implicitPageContext.jsp
                        implicitRequest.jsp implicitResponse.jsp
                        implicitSession.jsp pageDouble.jsp pageInvalid.jsp
  Log:
  Merged test changes from J2EE branch.
  
  Revision  Changes    Path
  1.3       +0 -2      jakarta-tomcat/src/tests/testlist.txt
  
  Index: testlist.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/tests/testlist.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- testlist.txt	1999/11/04 01:39:41	1.2
  +++ testlist.txt	1999/11/11 22:08:20	1.3
  @@ -1,5 +1,3 @@
  -# $Id: testlist.txt,v 1.2 1999/11/04 01:39:41 costin Exp $
  -
   tests.file.FileLengthTest
   tests.file.ContentTypeTest
   tests.file.FileIntegrityTest
  
  
  
  1.2       +4 -0      jakarta-tomcat/src/tests/share/tests/jsp/Golden/beanSer.txt
  
  
  
  
  1.2       +10 -0     jakarta-tomcat/src/tests/share/tests/jsp/Golden/beanTest.txt
  
  
  
  
  1.2       +7 -0      jakarta-tomcat/src/tests/share/tests/jsp/Golden/implicitConfig.txt
  
  
  
  
  1.2       +7 -0      jakarta-tomcat/src/tests/share/tests/jsp/Golden/implicitContext.txt
  
  
  
  
  1.2       +7 -0      jakarta-tomcat/src/tests/share/tests/jsp/Golden/implicitException.txt
  
  
  
  
  1.2       +7 -0      jakarta-tomcat/src/tests/share/tests/jsp/Golden/implicitOut.txt
  
  
  
  
  1.2       +7 -0      jakarta-tomcat/src/tests/share/tests/jsp/Golden/implicitPage.txt
  
  
  
  
  1.2       +7 -0      jakarta-tomcat/src/tests/share/tests/jsp/Golden/implicitPageContext.txt
  
  
  
  
  1.2       +7 -0      jakarta-tomcat/src/tests/share/tests/jsp/Golden/implicitRequest.txt
  
  
  
  
  1.2       +7 -0      jakarta-tomcat/src/tests/share/tests/jsp/Golden/implicitResponse.txt
  
  
  
  
  1.2       +7 -0      jakarta-tomcat/src/tests/share/tests/jsp/Golden/implicitSession.txt
  
  
  
  
  1.6       +0 -5      jakarta-tomcat/src/tests/share/tests/request/Get.java
  
  Index: Get.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/tests/share/tests/request/Get.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Get.java	1999/11/04 01:39:54	1.5
  +++ Get.java	1999/11/11 22:09:28	1.6
  @@ -1,8 +1,3 @@
  -
  -/*
  - * $Id: Get.java,v 1.5 1999/11/04 01:39:54 costin Exp $
  - */
  -
   /**
    * test various GET requests
    *
  
  
  
  1.6       +0 -5      jakarta-tomcat/src/tests/share/tests/request/Post.java
  
  Index: Post.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/tests/share/tests/request/Post.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Post.java	1999/11/04 01:39:54	1.5
  +++ Post.java	1999/11/11 22:09:30	1.6
  @@ -1,8 +1,3 @@
  -
  -/*
  - * $Id: Post.java,v 1.5 1999/11/04 01:39:54 costin Exp $
  - */
  -
   /**
    * test various POST requests
    *
  
  
  
  1.4       +0 -5      jakarta-tomcat/src/tests/share/tests/request/RequestMap.java
  
  Index: RequestMap.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/tests/share/tests/request/RequestMap.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RequestMap.java	1999/11/04 01:39:54	1.3
  +++ RequestMap.java	1999/11/11 22:09:34	1.4
  @@ -1,8 +1,3 @@
  -
  -/*
  - * $Id: RequestMap.java,v 1.3 1999/11/04 01:39:54 costin Exp $
  - */
  -
   /**
    * test various URI requests per servlet 2.2/10
    *
  
  
  
  1.6       +3 -3      jakarta-tomcat/src/tests/share/tests/request/get.properties
  
  Index: get.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/tests/share/tests/request/get.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- get.properties	1999/11/02 00:46:58	1.5
  +++ get.properties	1999/11/11 22:09:38	1.6
  @@ -1,6 +1,6 @@
   #
  -# the request and response attributes can be specified as
  -# static strings or uri addresses
  +#
  +#
   
   
   
  @@ -98,7 +98,7 @@
   # test.17.response:HTTP/1.0 200 OK
   # test.17.magnitude:true
   
  -test.18.description:/servlet : 1.0 : 403
  +test.18.description:/servlet : 1.0 : 404
   test.18.request:GET /servlet HTTP/1.0
   test.18.response:HTTP/1.0 404
   test.18.magnitude:true
  
  
  
  1.5       +4 -6      jakarta-tomcat/src/tests/share/tests/request/post.properties
  
  Index: post.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/tests/share/tests/request/post.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- post.properties	1999/10/28 05:15:35	1.4
  +++ post.properties	1999/11/11 22:09:41	1.5
  @@ -1,12 +1,12 @@
   #
  -# the request and response attributes can be specified as
  -# static strings or uri addresses
  +#
  +#
   
   
   Debug:false
   
   
  -tests:1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,26,27
  +tests:1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,26
   
   
   test.1.description:/servlet/request.NotThere : 1.0 : 404
  @@ -63,16 +63,14 @@
   test.7.connection:close
   test.7.content:
   test.7.response:HTTP/1.0 404
  -#test.7.response:HTTP/1.0 403 Forbidden
   test.7.magnitude:true
   
  -test.8.description:/servlet/ : 1.0 : 500
  +test.8.description:/servlet/ : 1.0 : 403
   test.8.request:POST /servlet/ HTTP/1.0
   test.8.host:Localhost
   test.8.connection:close
   test.8.content:
   test.8.response:HTTP/1.0 404
  -#test.8.response:HTTP/1.0 403 Forbidden
   test.8.magnitude:true
   
   test.10.description:/ : 0.9 : 400
  
  
  
  1.2       +1 -1      jakarta-tomcat/src/tests/webpages/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/tests/webpages/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html	1999/10/09 00:20:58	1.1
  +++ index.html	1999/11/11 22:09:51	1.2
  @@ -4,5 +4,5 @@
     the home page of the test hierarchy. It doesn't do too much good to look at 
     it directly... Instead, why don't you run the tests to find out what you might 
     want to know.</font></b></font></p>
  -<p><b><font face="Arial, Helvetica, sans-serif" color="#33FF00">oh, by the way, 
  +<p><b><font face="Arial, Helvetica, sans-serif" color="#33FF00">Oh, by the way, 
     merry christmas.. :)</font></b></p>
  
  
  
  1.2       +138 -0    jakarta-tomcat/src/tests/webpages/WEB-INF/classes/calendar/JspCalendar.java
  
  
  
  
  1.2       +4 -0      jakarta-tomcat/src/tests/webpages/WEB-INF/classes/calendar/calendar.ser
  
  	<<Binary file>>
  
  
  1.2       +33 -0     jakarta-tomcat/src/tests/webpages/WEB-INF/classes/jsp/TestBean.java
  
  
  
  
  1.2       +33 -0     jakarta-tomcat/src/tests/webpages/WEB-INF/classes/jsp/TestBean2.java
  
  
  
  
  1.3       +0 -4      jakarta-tomcat/src/tests/webpages/WEB-INF/classes/request/EchoServlet.java
  
  Index: EchoServlet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/tests/webpages/WEB-INF/classes/request/EchoServlet.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EchoServlet.java	1999/11/04 01:39:57	1.2
  +++ EchoServlet.java	1999/11/11 22:10:15	1.3
  @@ -1,7 +1,3 @@
  -/* $Id: EchoServlet.java,v 1.2 1999/11/04 01:39:57 costin Exp $
  - *
  - */
  -
   package request;
   
   import java.io.*;
  
  
  
  1.2       +7 -0      jakarta-tomcat/src/tests/webpages/jsp/beanScopePage.jsp
  
  
  
  
  1.2       +7 -0      jakarta-tomcat/src/tests/webpages/jsp/beanScopeSession.jsp
  
  
  
  
  1.2       +4 -0      jakarta-tomcat/src/tests/webpages/jsp/beanScopeTarget.jsp
  
  
  
  
  1.2       +4 -0      jakarta-tomcat/src/tests/webpages/jsp/beanSer.jsp
  
  
  
  
  1.2       +10 -0     jakarta-tomcat/src/tests/webpages/jsp/beanTest1.jsp
  
  
  
  
  1.2       +5 -0      jakarta-tomcat/src/tests/webpages/jsp/beanTest2.jsp
  
  
  
  
  1.2       +11 -0     jakarta-tomcat/src/tests/webpages/jsp/implicitConfig.jsp
  
  
  
  
  1.2       +11 -0     jakarta-tomcat/src/tests/webpages/jsp/implicitContext.jsp
  
  
  
  
  1.2       +14 -0     jakarta-tomcat/src/tests/webpages/jsp/implicitException.jsp
  
  
  
  
  1.2       +11 -0     jakarta-tomcat/src/tests/webpages/jsp/implicitOut.jsp
  
  
  
  
  1.2       +11 -0     jakarta-tomcat/src/tests/webpages/jsp/implicitPage.jsp
  
  
  
  
  1.2       +11 -0     jakarta-tomcat/src/tests/webpages/jsp/implicitPageContext.jsp
  
  
  
  
  1.2       +11 -0     jakarta-tomcat/src/tests/webpages/jsp/implicitRequest.jsp
  
  
  
  
  1.2       +11 -0     jakarta-tomcat/src/tests/webpages/jsp/implicitResponse.jsp
  
  
  
  
  1.2       +11 -0     jakarta-tomcat/src/tests/webpages/jsp/implicitSession.jsp
  
  
  
  
  1.2       +6 -0      jakarta-tomcat/src/tests/webpages/jsp/pageDouble.jsp
  
  
  
  
  1.2       +5 -0      jakarta-tomcat/src/tests/webpages/jsp/pageInvalid.jsp
  
  
  
  
  1.2       +1 -1      jakarta-tomcat/src/tests/webpages/welcome/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/tests/webpages/welcome/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html	1999/10/09 00:20:59	1.1
  +++ index.html	1999/11/11 22:11:54	1.2
  @@ -5,6 +5,6 @@
   </head>
   
   <body bgcolor="#FFFFFF">
  -This is just a html file for the welcome file tests. 
  +This is just a html file for the welcome file tests. (1999)
   </body>
   </html>