costin      01/07/16 22:17:58

  Modified:    src/tests/webpages/WEB-INF test-tomcat.xml
  Log:
  Added the client side of the japanese test.
  
  The funny ½ etc are result of "od -xa" on the page ( I can see
  the icons on the browser ).
  
  Revision  Changes    Path
  1.35      +8 -1      jakarta-tomcat/src/tests/webpages/WEB-INF/test-tomcat.xml
  
  Index: test-tomcat.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/tests/webpages/WEB-INF/test-tomcat.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- test-tomcat.xml   2001/07/16 01:13:45     1.34
  +++ test-tomcat.xml   2001/07/17 05:17:58     1.35
  @@ -16,7 +16,7 @@
           early tests.
       -->
   
  -     <property name="revision" value="$Revision: 1.34 $" />  
  +     <property name="revision" value="$Revision: 1.35 $" />  
        <property name="host" value="127.0.0.1" />
        <property name="port"     value="8080" />
        <property name="outputType"     value="text" />
  @@ -137,6 +137,13 @@
                <param name="a" value="Inscrie%C5%A3i-v%C4%83" />
             </httpRequest>
             <httpStatusMatch match="200" />
  +      </httpClient>
  +      <httpClient>
  +          <comment>Japanese</comment>
  +          <httpRequest path="/test/servlet/ja">
  +             <param name="lang" value="ja" />
  +          </httpRequest>
  +          <responseMatch match="Location = &#xBD;&#xEA;&#xBA;&#xDF;&#xC3;&#xCF;" />
         </httpClient>
     </target>
   
  
  
  

Reply via email to