[Tapestry-commits] CVS: Tapestry/junit/src/net/sf/tapestry/junit/mock/app Mock.application,1.7,1.7.2
Brought to you by:
hship
|
From: Howard L. S. <hs...@us...> - 2002-11-30 03:33:24
|
Update of /cvsroot/tapestry/Tapestry/junit/src/net/sf/tapestry/junit/mock/app
In directory sc8-pr-cvs1:/tmp/cvs-serv15444/junit/src/net/sf/tapestry/junit/mock/app
Modified Files:
Tag: hship-2-3
Mock.application
Log Message:
Add support for providing expressions in component templates.
Index: Mock.application
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/junit/src/net/sf/tapestry/junit/mock/app/Mock.application,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -d -r1.7 -r1.7.2.1
*** Mock.application 24 Oct 2002 19:39:55 -0000 1.7
--- Mock.application 30 Nov 2002 03:33:20 -0000 1.7.2.1
***************
*** 5,9 ****
"http://tapestry.sf.net/dtd/Tapestry_1_3.dtd">
! <application name="JUnit Simple Application"
engine-class="net.sf.tapestry.engine.SimpleEngine">
--- 5,9 ----
"http://tapestry.sf.net/dtd/Tapestry_1_3.dtd">
! <application name="JUnit Mock Application"
engine-class="net.sf.tapestry.engine.SimpleEngine">
***************
*** 25,28 ****
--- 25,32 ----
<page name="ValidFieldNoBody" specification-path="/net/sf/tapestry/junit/mock/app/ValidFieldNoBody.page"/>
+ <page name="TemplateExpr" specification-path="/net/sf/tapestry/junit/mock/app/expr/TemplateExpr.page"/>
+ <page name="TemplateExprConflict" specification-path="/net/sf/tapestry/junit/mock/app/expr/TemplateExprConflict.page"/>
+ <page name="TemplateExprInformal" specification-path="/net/sf/tapestry/junit/mock/app/expr/TemplateExprInformal.page"/>
+ <page name="TemplateExprReserved" specification-path="/net/sf/tapestry/junit/mock/app/expr/TemplateExprReserved.page"/>
<library id="lib" specification-path="/net/sf/tapestry/junit/mock/lib/MockLibrary.library"/>
|