luetzkendorf    2004/06/21 02:00:25

  Modified:    
testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor
                        TProcessors.java
  Log:
  added setFollowRedirects(true) to all used Methods
  
  Revision  Changes    Path
  1.82      +5 -4      
jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/TProcessors.java
  
  Index: TProcessors.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/TProcessors.java,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- TProcessors.java  1 Mar 2004 10:24:37 -0000       1.81
  +++ TProcessors.java  21 Jun 2004 09:00:25 -0000      1.82
  @@ -1609,6 +1609,7 @@
           else if(methodName.equalsIgnoreCase("UPDATE")){
               result = new UpdateMethod();
           }
  +        result.setFollowRedirects(true);
           if (result == null)
               throw new IOException("Method " + methodName + " does not exist");
           return result;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to