You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/09/08 07:34:55 UTC

cvs commit: jakarta-commons/jelly/jelly-tags/threads/src/test/org/apache/commons/jelly/threads suite.jelly wait4.jelly

dion        2004/09/07 22:34:55

  Modified:    jelly/jelly-tags/threads/src/test/org/apache/commons/jelly/threads
                        suite.jelly wait4.jelly
  Log:
  detab
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-commons/jelly/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/suite.jelly
  
  Index: suite.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/suite.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- suite.jelly	1 Mar 2004 12:39:33 -0000	1.3
  +++ suite.jelly	8 Sep 2004 05:34:55 -0000	1.4
  @@ -185,7 +185,7 @@
   
           <threads:thread var="thread1">
               THROW AN EXCEPTION
  -			<new var="bogus" className="java.lang.System"/>
  +            <new var="bogus" className="java.lang.System"/>
           </threads:thread>
   
           <threads:thread var="thread2">
  
  
  
  1.4       +1 -1      jakarta-commons/jelly/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/wait4.jelly
  
  Index: wait4.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/wait4.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- wait4.jelly	1 Mar 2004 12:39:33 -0000	1.3
  +++ wait4.jelly	8 Sep 2004 05:34:55 -0000	1.4
  @@ -36,7 +36,7 @@
   
       <!-- results in a FAILURE -->
       <threads:thread var="thread3">
  -			<new var="bogus" className="java.lang.System"/>
  +            <new var="bogus" className="java.lang.System"/>
       </threads:thread>
   
       <!-- waits for thread 1 and 2 -->
  
  
  

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