You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ar...@hyperreal.org on 1999/11/03 01:55:29 UTC

cvs commit: jakarta-tomcat/src/tests/share/tests/jsp jsp.properties

arun        99/11/02 16:55:27

  Modified:    src/tests/share/tests/jsp Tag: TOMCAT_J2EE_10F_102199
                        jsp.properties
  Log:
  reverting file names back since cvs on windows doesn't
  distinguish between HelloWorld and helloworld - case-insensitive.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.5   +26 -26    jakarta-tomcat/src/tests/share/tests/jsp/Attic/jsp.properties
  
  Index: jsp.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/tests/share/tests/jsp/Attic/jsp.properties,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- jsp.properties	1999/11/02 23:15:13	1.1.2.4
  +++ jsp.properties	1999/11/03 00:55:25	1.1.2.5
  @@ -7,12 +7,12 @@
   tests:1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22, \
   	22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40
   
  -test.1.request:GET /jsp/helloWorld.jsp HTTP/1.0
  -test.1.golden: helloWorld.txt
  +test.1.request:GET /jsp/HelloWorld.jsp HTTP/1.0
  +test.1.golden: HelloWorld.txt
   test.1.magnitude:true
   
   test.2.request:GET /doesNotExist.jsp HTTP/1.0
  -test.2.golden: mustFail.txt
  +test.2.golden: MustFail.txt
   test.2.magnitude:false
   
   test.3.request:GET /jsp/ HTTP/1.0
  @@ -21,60 +21,60 @@
   test.3.magnitude:true
   
   test.4.request:GET /jsp HTTP/1.0
  -test.4.golden: mustFail.txt 
  +test.4.golden: MustFail.txt 
   test.4.commect: Getting -->> HTTP/1.0 302 Found
   test.4.magnitude:false
   
   test.5.request:GET /.jsp HTTP/1.0
  -test.5.golden: mustFail.txt
  +test.5.golden: MustFail.txt
   test.5.magnitude:false
   
   test.6.request:GET /*.jsp HTTP/1.0
  -test.6.golden: mustFail.txt
  +test.6.golden: MustFail.txt
   test.6.magnitude:false
   
   test.7.request:GET *jsp HTTP/1.0
  -test.7.golden: mustFail.txt
  +test.7.golden: MustFail.txt
   test.7.magnitude:false
   
  -test.8.request:GET helloWorld.jsp
  -test.8.golden: helloWorld.txt
  +test.8.request:GET HelloWorld.jsp
  +test.8.golden: HelloWorld.txt
   test.8.magnitude:false
   
  -test.9.request:GET /jsp/helloWorld.jsp HTTP
  -test.9.golden: helloWorld.txt
  +test.9.request:GET /jsp/HelloWorld.jsp HTTP
  +test.9.golden: HelloWorld.txt
   test.9.magnitude:false
   
  -test.10.request:GET /jsp/helloWorld.jsp 1.0
  -test.10.golden: helloWorld.txt
  +test.10.request:GET /jsp/HelloWorld.jsp 1.0
  +test.10.golden: HelloWorld.txt
   test.10.magnitude:false
   
  -test.11.request:GET /jsp/helloWorld.jsp /1.0
  -test.11.golden: helloWorld.txt
  +test.11.request:GET /jsp/HelloWorld.jsp /1.0
  +test.11.golden: HelloWorld.txt
   test.11.showHeader:true
   test.11.magnitude:false
   
  -test.12.request:GET /jsp/helloWorld.jsp?????? HTTP/1.0
  -test.12.golden: helloWorld.txt
  +test.12.request:GET /jsp/HelloWorld.jsp?????? HTTP/1.0
  +test.12.golden: HelloWorld.txt
   test.12.showHeader:true
   test.12.magnitude:true
   
  -test.13.request:GET /jsp/helloWorld.jsp?a=b&c=d HTTP/1.0
  -test.13.golden: helloWorld.txt
  +test.13.request:GET /jsp/HelloWorld.jsp?a=b&c=d HTTP/1.0
  +test.13.golden: HelloWorld.txt
   test.13.showHeader:true
   test.13.magnitude:true
   
  -test.14.request:GET /jsp/helloWorld.jsp?&& HTTP/1.0
  -test.14.golden: helloWorld.txt
  +test.14.request:GET /jsp/HelloWorld.jsp?&& HTTP/1.0
  +test.14.golden: HelloWorld.txt
   test.14.showHeader:true
   test.14.magnitude:true
   
  -test.15.request:GET /jsp/declaration/integerOverflow.jsp HTTP/1.0
  +test.15.request:GET /jsp/declaration/IntegerOverflow.jsp HTTP/1.0
   test.15.returnCode:HTTP/1.0 500 Internal Server Error
   test.15.magnitude:true
   
   test.16.request:GET /jsp/error/err.jsp HTTP/1.0
  -test.16.golden:err.txt
  +test.16.golden:Err.txt
   test.16.returnCode: HTTP/1.0 200 OK
   test.16.magnitude:true
   
  @@ -86,12 +86,12 @@
   
   test.18.request:GET /jsp/include/include.jsp HTTP/1.0
   test.18.returnCode: HTTP/1.0 200 OK
  -test.18.golden: include.txt
  +test.18.golden: Include.txt
   test.18.magnitude:true
   
  -test.19.request:GET /jsp/jsptoserv/jspToServlet.jsp HTTP/1.0
  +test.19.request:GET /jsp/jsptoserv/jsptoservlet.jsp HTTP/1.0
   test.19.returnCode: HTTP/1.0 200 OK
  -test.19.golden: jspToServlet.txt
  +test.19.golden: jsptoservlet.txt
   test.19.debug:false
   test.19.magnitude:true