juergen     2002/08/19 07:28:43

  Modified:    
testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor
                        StringResponseBodyAssert.java
  Log:
  fixed a spelling error
  
  Revision  Changes    Path
  1.3       +5 -5      
jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/StringResponseBodyAssert.java
  
  Index: StringResponseBodyAssert.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/StringResponseBodyAssert.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- StringResponseBodyAssert.java     19 Aug 2002 12:11:13 -0000      1.2
  +++ StringResponseBodyAssert.java     19 Aug 2002 14:28:43 -0000      1.3
  @@ -116,7 +116,7 @@
        */
       protected boolean compareStrings(String receivedBody, String expectedBody){
           
  -        if (receivedBody.equals(expectedBody)) return false;
  +        if (receivedBody.equals(expectedBody)) return true;
   
           if (receivedBody.length() != expectedBody.length()) {
               xmlresult.writeElement("ContentLengthError", "Received = " + 
receivedBody.length() +
  
  
  

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

Reply via email to