[Tapestry-commits] CVS: Tapestry/junit/src/net/sf/tapestry/junit/parse TemplateParserTest.java,1.15.
Brought to you by:
hship
|
From: Howard L. S. <hs...@us...> - 2002-11-30 03:33:23
|
Update of /cvsroot/tapestry/Tapestry/junit/src/net/sf/tapestry/junit/parse
In directory sc8-pr-cvs1:/tmp/cvs-serv15444/junit/src/net/sf/tapestry/junit/parse
Modified Files:
Tag: hship-2-3
TemplateParserTest.java
Log Message:
Add support for providing expressions in component templates.
Index: TemplateParserTest.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/junit/src/net/sf/tapestry/junit/parse/TemplateParserTest.java,v
retrieving revision 1.15.2.1
retrieving revision 1.15.2.2
diff -C2 -d -r1.15.2.1 -r1.15.2.2
*** TemplateParserTest.java 29 Nov 2002 20:58:25 -0000 1.15.2.1
--- TemplateParserTest.java 30 Nov 2002 03:33:20 -0000 1.15.2.2
***************
*** 372,376 ****
OpenToken t = (OpenToken) tokens[1];
! Map a = t.getAttributes();
assertEquals("Attribute count", 3, a.size());
--- 372,376 ----
OpenToken t = (OpenToken) tokens[1];
! Map a = t.getStaticValuesMap();
assertEquals("Attribute count", 3, a.size());
|