You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2002/02/09 17:40:28 UTC

cvs commit: jakarta-tomcat-4.0/tester/web/golden JspDoc01.txt

remm        02/02/09 08:40:28

  Modified:    tester/src/bin Tag: tomcat_40_branch tester.xml
               tester/web/golden Tag: tomcat_40_branch JspDoc01.txt
  Log:
  - Fix two incorrect tests:
    - 404 is the right result IMO in the first case.
    - Jasper doesn't generate extra spaces anymore in the second case, which
      looks ok to me.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.69.2.4  +1 -1      jakarta-tomcat-4.0/tester/src/bin/tester.xml
  
  Index: tester.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/tester/src/bin/tester.xml,v
  retrieving revision 1.69.2.3
  retrieving revision 1.69.2.4
  diff -u -r1.69.2.3 -r1.69.2.4
  --- tester.xml	20 Dec 2001 14:07:14 -0000	1.69.2.3
  +++ tester.xml	9 Feb 2002 16:40:27 -0000	1.69.2.4
  @@ -35,7 +35,7 @@
       <!-- Should not be able to use relative path above document root -->
       <tester host="${host}" port="${port}" protocol="HTTP/1.0"
            request="${examples.path}/../.." debug="${debug}"
  -          status="500"/>
  +          status="404"/>
   
       <!-- Should be able to successfully retrieve a golden file -->
       <tester host="${host}" port="${port}" protocol="${protocol}"
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +1 -1      jakarta-tomcat-4.0/tester/web/golden/JspDoc01.txt
  
  Index: JspDoc01.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/tester/web/golden/JspDoc01.txt,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- JspDoc01.txt	12 Sep 2001 20:26:31 -0000	1.1
  +++ JspDoc01.txt	9 Feb 2002 16:40:27 -0000	1.1.2.1
  @@ -1 +1 @@
  -<a >text<b ></b></a><a >text<b ></b></a><c ><d >text</d></c><c ><d >text</d></c><e ><f ></f>text<f ></f></e><e ><f ></f>text<f ></f></e>
  \ No newline at end of file
  +<a>text<b></b></a><a>text<b></b></a><c><d>text</d></c><c><d>text</d></c><e><f></f>text<f></f></e><e><f></f>text<f></f></e>
  \ No newline at end of file
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>