ilene 2002/09/23 11:05:45
Modified: test/tests/conferr/numberformaterr numberformaterr12.xsl
numberformaterr14.xsl numberformaterr16.xsl
numberformaterr11.xsl numberformaterr13.xsl
numberformaterr15.xsl numberformaterr17.xsl
numberformaterr05.xsl
Log:
Updated ExpectedException text.
Revision Changes Path
1.2 +1 -0
xml-xalan/test/tests/conferr/numberformaterr/numberformaterr12.xsl
Index: numberformaterr12.xsl
===================================================================
RCS file:
/home/cvs/xml-xalan/test/tests/conferr/numberformaterr/numberformaterr12.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- numberformaterr12.xsl 14 Dec 2001 22:47:21 -0000 1.1
+++ numberformaterr12.xsl 23 Sep 2002 18:05:44 -0000 1.2
@@ -8,6 +8,7 @@
<!-- Creator: David Marston -->
<!-- Purpose: Set one-character attribute percent too large in
decimal-format. -->
<!-- ExpectedException: An XSLT attribute of type T_CHAR must be only 1
character -->
+ <!-- ExpectedException: Illegal value: toobig used for CHAR attribute:
percent. An attribute of type CHAR must be only 1 character! -->
<xsl:decimal-format percent="toobig" />
1.2 +1 -0
xml-xalan/test/tests/conferr/numberformaterr/numberformaterr14.xsl
Index: numberformaterr14.xsl
===================================================================
RCS file:
/home/cvs/xml-xalan/test/tests/conferr/numberformaterr/numberformaterr14.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- numberformaterr14.xsl 14 Dec 2001 22:47:21 -0000 1.1
+++ numberformaterr14.xsl 23 Sep 2002 18:05:44 -0000 1.2
@@ -8,6 +8,7 @@
<!-- Creator: David Marston -->
<!-- Purpose: Set one-character attribute zero-digit too large in
decimal-format. -->
<!-- ExpectedException: An XSLT attribute of type T_CHAR must be only 1
character -->
+ <!-- ExpectedException: Illegal value: toobig used for CHAR attribute:
zero-digit. An attribute of type CHAR must be only 1 character! -->
<xsl:decimal-format zero-digit="toobig" />
1.2 +1 -0
xml-xalan/test/tests/conferr/numberformaterr/numberformaterr16.xsl
Index: numberformaterr16.xsl
===================================================================
RCS file:
/home/cvs/xml-xalan/test/tests/conferr/numberformaterr/numberformaterr16.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- numberformaterr16.xsl 14 Dec 2001 22:47:21 -0000 1.1
+++ numberformaterr16.xsl 23 Sep 2002 18:05:44 -0000 1.2
@@ -8,6 +8,7 @@
<!-- Creator: David Marston -->
<!-- Purpose: Set one-character attribute pattern-separator too large in
decimal-format. -->
<!-- ExpectedException: An XSLT attribute of type T_CHAR must be only 1
character -->
+ <!-- ExpectedException: Illegal value: toobig used for CHAR attribute:
pattern-separator. An attribute of type CHAR must be only 1 character! -->
<xsl:decimal-format pattern-separator="toobig" />
1.2 +1 -0
xml-xalan/test/tests/conferr/numberformaterr/numberformaterr11.xsl
Index: numberformaterr11.xsl
===================================================================
RCS file:
/home/cvs/xml-xalan/test/tests/conferr/numberformaterr/numberformaterr11.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- numberformaterr11.xsl 14 Dec 2001 22:47:21 -0000 1.1
+++ numberformaterr11.xsl 23 Sep 2002 18:05:44 -0000 1.2
@@ -8,6 +8,7 @@
<!-- Creator: David Marston -->
<!-- Purpose: Set one-character attribute decimal-separator too large in
decimal-format. -->
<!-- ExpectedException: An XSLT attribute of type T_CHAR must be only 1
character -->
+ <!-- ExpectedException: Illegal value: toobig used for CHAR attribute:
decimal-separator. An attribute of type CHAR must be only 1 character! -->
<xsl:decimal-format decimal-separator="toobig" />
1.2 +1 -0
xml-xalan/test/tests/conferr/numberformaterr/numberformaterr13.xsl
Index: numberformaterr13.xsl
===================================================================
RCS file:
/home/cvs/xml-xalan/test/tests/conferr/numberformaterr/numberformaterr13.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- numberformaterr13.xsl 14 Dec 2001 22:47:21 -0000 1.1
+++ numberformaterr13.xsl 23 Sep 2002 18:05:44 -0000 1.2
@@ -8,6 +8,7 @@
<!-- Creator: David Marston -->
<!-- Purpose: Set one-character attribute per-mille too large in
decimal-format. -->
<!-- ExpectedException: An XSLT attribute of type T_CHAR must be only 1
character -->
+ <!-- ExpectedException: Illegal value: toobig used for CHAR attribute:
per-mille. An attribute of type CHAR must be only 1 character! -->
<xsl:decimal-format per-mille="toobig" />
1.2 +1 -0
xml-xalan/test/tests/conferr/numberformaterr/numberformaterr15.xsl
Index: numberformaterr15.xsl
===================================================================
RCS file:
/home/cvs/xml-xalan/test/tests/conferr/numberformaterr/numberformaterr15.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- numberformaterr15.xsl 14 Dec 2001 22:47:21 -0000 1.1
+++ numberformaterr15.xsl 23 Sep 2002 18:05:44 -0000 1.2
@@ -8,6 +8,7 @@
<!-- Creator: David Marston -->
<!-- Purpose: Set one-character attribute digit too large in
decimal-format. -->
<!-- ExpectedException: An XSLT attribute of type T_CHAR must be only 1
character -->
+ <!-- ExpectedException: Illegal value: toobig used for CHAR attribute:
digit. An attribute of type CHAR must be only 1 character! -->
<xsl:decimal-format digit="toobig" />
1.2 +2 -0
xml-xalan/test/tests/conferr/numberformaterr/numberformaterr17.xsl
Index: numberformaterr17.xsl
===================================================================
RCS file:
/home/cvs/xml-xalan/test/tests/conferr/numberformaterr/numberformaterr17.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- numberformaterr17.xsl 14 Dec 2001 22:47:21 -0000 1.1
+++ numberformaterr17.xsl 23 Sep 2002 18:05:44 -0000 1.2
@@ -8,6 +8,8 @@
<!-- Creator: David Marston -->
<!-- Purpose: Set one-character attribute minus-sign too large in
decimal-format. -->
<!-- ExpectedException: An XSLT attribute of type T_CHAR must be only 1
character -->
+ <!-- ExpectedException: Illegal value: toobig used for CHAR attribute:
minus-sign. An attribute of type CHAR must be only 1 character! -->
+
<xsl:decimal-format minus-sign="toobig" />
1.2 +1 -0
xml-xalan/test/tests/conferr/numberformaterr/numberformaterr05.xsl
Index: numberformaterr05.xsl
===================================================================
RCS file:
/home/cvs/xml-xalan/test/tests/conferr/numberformaterr/numberformaterr05.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- numberformaterr05.xsl 14 Dec 2001 22:47:21 -0000 1.1
+++ numberformaterr05.xsl 23 Sep 2002 18:05:44 -0000 1.2
@@ -8,6 +8,7 @@
<!-- Creator: David Marston -->
<!-- Purpose: Set one-character attribute grouping-separator too large in
decimal-format. -->
<!-- ExpectedException: An XSLT attribute of type T_CHAR must be only 1
character -->
+ <!-- ExpectedException: Illegal value: toobig used for CHAR attribute:
grouping-separator. An attribute of type CHAR must be only 1 character! -->
<xsl:decimal-format grouping-separator="toobig" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]