dmarston 02/01/31 10:40:09
Modified: test/tests/conferr/variableerr variableerr19.xsl
variableerr18.xsl
Log:
Add more message strings
Revision Changes Path
1.2 +2 -1 xml-xalan/test/tests/conferr/variableerr/variableerr19.xsl
Index: variableerr19.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conferr/variableerr/variableerr19.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- variableerr19.xsl 14 Dec 2001 22:47:29 -0000 1.1
+++ variableerr19.xsl 31 Jan 2002 18:40:08 -0000 1.2
@@ -6,8 +6,9 @@
<!-- DocVersion: 19991116 -->
<!-- Section: 11.5 -->
<!-- Purpose: Try to set a variable inside a template based on variable defined
later in that template. -->
- <!-- ExpectedException: VariableReference given for variable out of context or
without definition! -->
<!-- Author: David Marston -->
+ <!-- ExpectedException: Could not find variable with the name -->
+ <!-- ExpectedException: Variable reference given for variable out of context or
without definition -->
<xsl:template match="doc">
<out>
1.2 +3 -1 xml-xalan/test/tests/conferr/variableerr/variableerr18.xsl
Index: variableerr18.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conferr/variableerr/variableerr18.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- variableerr18.xsl 14 Dec 2001 22:47:29 -0000 1.1
+++ variableerr18.xsl 31 Jan 2002 18:40:08 -0000 1.2
@@ -6,8 +6,10 @@
<!-- DocVersion: 19991116 -->
<!-- Section: 11.2 Values of Variables and Parameters -->
<!-- Purpose: Try to set in-template params with circular references -->
- <!-- ExpectedException: Variable defined using itself -->
<!-- Author: David Marston -->
+ <!-- ExpectedException: Variable defined using itself -->
+ <!-- ExpectedException: Could not find variable with the name -->
+ <!-- ExpectedException: Variable reference given for variable out of context or
without definition -->
<xsl:template match="doc">
<xsl:param name="circle0" select="concat('help',$circle1)"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]