You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mi...@apache.org on 2003/10/16 22:05:28 UTC

cvs commit: xml-xalan/test/java/src/org/apache/qetest/trax TransformerAPITest.java

minchau     2003/10/16 13:05:28

  Modified:    test/java/src/org/apache/qetest/trax TransformerAPITest.java
  Log:
  
  PR: bugzilla 890
  Submitted by:	 Richard Cao
  Reviewed by:	Brian Minchau
  Make sure a non standard property has a key with only one '{' and only one '}'
  and that the '{' is first thing in the key.
  
  Revision  Changes    Path
  1.20      +2 -6      xml-xalan/test/java/src/org/apache/qetest/trax/TransformerAPITest.java
  
  Index: TransformerAPITest.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/TransformerAPITest.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- TransformerAPITest.java	31 Jan 2003 15:47:17 -0000	1.19
  +++ TransformerAPITest.java	16 Oct 2003 20:05:28 -0000	1.20
  @@ -834,12 +834,8 @@
               datalet.expectedValue = null;
               datalet.expectedException = "java.lang.IllegalArgumentException";
               datalet.setDescription("{bogus-name throws IllegalArgumentException (bracket not closed)");
  -            /* testlet.execute(datalet); comment out 10-May-01 -sc Bugzilla 890 */
  -            /* This is a fairly unimportant bug that may well be 
  -               fixed in the javadoc, so I'm commenting this case 
  -               out so we can run this test in the smoketest and 
  -               get more regular coverage of it! */
  -
  +            testlet.execute(datalet); 
  +            
               datalet.transformer = identityTransformer;
               datalet.propName = "{some-namespace}bogus-name";
               datalet.expectedValue = datalet.NULL_VALUE_EXPECTED;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org