You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/11/27 13:42:09 UTC

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

jstrachan    2002/11/27 04:42:09

  Modified:    jelly/src/test/org/apache/commons/jelly suite.jelly
  Log:
  added another test case
  
  Revision  Changes    Path
  1.11      +11 -0     jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/suite.jelly
  
  Index: suite.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/suite.jelly,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- suite.jelly	24 Oct 2002 06:59:54 -0000	1.10
  +++ suite.jelly	27 Nov 2002 12:42:09 -0000	1.11
  @@ -252,4 +252,15 @@
   		
     </test:case>
     
  +	<test:case name="testVariablesWithDots">
  +		
  +		<j:set var="page.name" value="a"/>
  +		<j:set var="page.foo" value="b"/>
  +		
  +		
  +		<test:assertEquals expected="a" actual="${page.name}"/> 
  +		<test:assertEquals expected="b" actual="${page.foo}"/> 
  +		
  +  </test:case>
  +  
   </test:suite>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>