curcuru     01/02/16 12:10:38

  Modified:    test/tests/conf/conditional/err conditionalerr17.xsl
                        conditionalerr18.xsl
  Log:
  Update various ExpectedException strings for Xalan-J 2.x: but
  note that I've simply shortened the strings to not check for
  non-ascii characters, which might not be what we want
  (are non-ascii characters strictly required for this test?)
  
  Revision  Changes    Path
  1.4       +1 -0      
xml-xalan/test/tests/conf/conditional/err/conditionalerr17.xsl
  
  Index: conditionalerr17.xsl
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/tests/conf/conditional/err/conditionalerr17.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- conditionalerr17.xsl      2001/02/14 22:40:28     1.3
  +++ conditionalerr17.xsl      2001/02/16 20:10:35     1.4
  @@ -12,6 +12,7 @@
          test also causes problems with ConsoleLogger, so we may 
          want to change the test somewhat -->
     <!-- ExpectedException: Could not find function: &#58490;&#57332; -->
  +  <!-- ExpectedException: Could not find function: --><!-- Provide minimal 
detection: should be reviewed -sc -->
   
   <xsl:template match="/">
     <out>
  
  
  
  1.4       +1 -0      
xml-xalan/test/tests/conf/conditional/err/conditionalerr18.xsl
  
  Index: conditionalerr18.xsl
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/tests/conf/conditional/err/conditionalerr18.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- conditionalerr18.xsl      2001/02/14 22:40:28     1.3
  +++ conditionalerr18.xsl      2001/02/16 20:10:36     1.4
  @@ -9,6 +9,7 @@
     <!-- Purpose: Test xsl:when that has bad content in "test" attribute. -->
     <!-- ExpectedException: Invalid token -->
     <!-- ExpectedException: Could not find function: &#58490;&#57332; -->
  +  <!-- ExpectedException: Could not find function: --><!-- see 
conditionalerr17 -->
   
   <xsl:template match="doc">
     <out>
  
  
  

Reply via email to