juergen     2004/02/11 03:27:47

  Modified:    testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tutil
                        TProcessorTask.java
  Log:
  remove duplicate link to result file
  
  Revision  Changes    Path
  1.8       +4 -4      
jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tutil/TProcessorTask.java
  
  Index: TProcessorTask.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tutil/TProcessorTask.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- TProcessorTask.java       11 Feb 2004 11:20:05 -0000      1.7
  +++ TProcessorTask.java       11 Feb 2004 11:27:47 -0000      1.8
  @@ -166,7 +166,7 @@
           } finally {
               out.close();
           }
  -        log("result: " + okCount + "/" + testCount + " ok (" + (testCount - 
okCount) + " failures), for details see " + result);
  +        log((testCount - okCount) + " failures, " + okCount + "/" + testCount + " 
ok");
       }
       
       private int execute(File dir, String[] files, PrintStream out, String host, 
String port, String user, String password) {
  
  
  

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

Reply via email to