Author: dennisl
Date: Sat Sep 1 07:17:55 2007
New Revision: 571803
URL: http://svn.apache.org/viewvc?rev=571803&view=rev
Log:
Show which file is being processed.
Modified:
commons/proper/jelly/trunk/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/suite.jelly
Modified:
commons/proper/jelly/trunk/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/suite.jelly
URL:
http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/suite.jelly?rev=571803&r1=571802&r2=571803&view=diff
==============================================================================
---
commons/proper/jelly/trunk/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/suite.jelly
(original)
+++
commons/proper/jelly/trunk/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/suite.jelly
Sat Sep 1 07:17:55 2007
@@ -43,7 +43,8 @@
<h>
<j:set var="full"><x:expr
select="$doc/document/properties/title"/></j:set>
<j:set var="short"><x:expr
select="./properties/title" /></j:set>
- <m:echo>full=${full},short=${short}</m:echo>
+ <m:echo>file=${file}</m:echo>
+ <m:echo>full=${full} short=${short}</m:echo>
<test:assert test="${full == short}">All
iterations should succeed</test:assert>
</h>
</jsl:template>