You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by lu...@apache.org on 2004/11/16 15:43:41 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tutil TProcessorTask.java

luetzkendorf    2004/11/16 06:43:41

  Modified:    testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tutil
                        TProcessorTask.java
  Log:
  small patch to make TProcessorTask creating a wellformed xml document
  
  Revision  Changes    Path
  1.10      +5 -3      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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- TProcessorTask.java	16 Feb 2004 16:47:03 -0000	1.9
  +++ TProcessorTask.java	16 Nov 2004 14:43:41 -0000	1.10
  @@ -161,6 +161,7 @@
           }
           
           try {
  +            out.println("<test>");
               okCount = 0;
               testCount = 0;
               for (i = 0; i < filesets.size(); i++) {
  @@ -172,6 +173,7 @@
                   okCount += execute(dir, files, out, host, port, user, password);
                   log("Leaving directory: " + dir);
               }
  +            out.println("</test>");
           } finally {
               out.close();
           }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org