nacho       01/07/13 20:52:43

  Modified:    src/tests/webpages/WEB-INF test-tomcat.xml
  Log:
  *delocalize test, test cannot use messages for match
   will fail on languages distinct from english.
  
  Revision  Changes    Path
  1.33      +1 -2      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.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- test-tomcat.xml   2001/07/10 21:13:02     1.32
  +++ test-tomcat.xml   2001/07/14 03:52:43     1.33
  @@ -16,7 +16,7 @@
           early tests.
       -->
   
  -     <property name="revision" value="$Revision: 1.32 $" />  
  +     <property name="revision" value="$Revision: 1.33 $" />  
        <property name="host" value="127.0.0.1" />
        <property name="port"     value="8080" />
        <property name="outputType"     value="text" />
  @@ -1233,7 +1233,6 @@
             <httpRequest path="/test/aaa/protected/index.jsp" />
             <httpStatusMatch match="302" />
             <headerMatch name="Location" 
value="http://${host}:${port}/test/aaa/login.jsp"; />
  -          <responseMatch match="This document has moved" />
         </httpClient>
      </target>
   
  
  
  

Reply via email to