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/08/31 06:52:30 UTC

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

dion        2004/08/30 21:52:30

  Modified:    jelly/src/test/org/apache/commons/jelly suite.jelly
  Log:
  Detab
  
  Revision  Changes    Path
  1.19      +6 -9      jakarta-commons/jelly/src/test/org/apache/commons/jelly/suite.jelly
  
  Index: suite.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/src/test/org/apache/commons/jelly/suite.jelly,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- suite.jelly	21 Jun 2004 11:18:30 -0000	1.18
  +++ suite.jelly	31 Aug 2004 04:52:29 -0000	1.19
  @@ -329,14 +329,11 @@
       <test:assertTrue test="${test1 == null}"/> 
   
     </test:case>
  -	
  -	
  -	
  -	
  -	<!-- tests wether the mute tag indeed outputs nothing -->
  -	<test:case name="testMuteTag">
  -		<j:set var="shouldBeNothing"><j:mute>blop</j:mute></j:set>
  -		<test:assertEquals expected="" actual="${shouldBeNothing}"/>
  -		</test:case>
  +
  +  <!-- tests whether the mute tag indeed outputs nothing -->
  +  <test:case name="testMuteTag">
  +    <j:set var="shouldBeNothing"><j:mute>blop</j:mute></j:set>
  +    <test:assertEquals expected="" actual="${shouldBeNothing}"/>
  +  </test:case>
       
   </test:suite>
  
  
  

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