Return-Path: Delivered-To: apmail-xml-xalan-cvs-archive@www.apache.org Received: (qmail 2821 invoked from network); 16 Oct 2003 20:05:29 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Oct 2003 20:05:29 -0000 Received: (qmail 54319 invoked by uid 500); 16 Oct 2003 20:05:18 -0000 Delivered-To: apmail-xml-xalan-cvs-archive@xml.apache.org Received: (qmail 54302 invoked by uid 500); 16 Oct 2003 20:05:18 -0000 Mailing-List: contact xalan-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: Delivered-To: mailing list xalan-cvs@xml.apache.org Received: (qmail 54285 invoked from network); 16 Oct 2003 20:05:18 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 16 Oct 2003 20:05:18 -0000 Received: (qmail 2813 invoked by uid 1663); 16 Oct 2003 20:05:28 -0000 Date: 16 Oct 2003 20:05:28 -0000 Message-ID: <20031016200528.2812.qmail@minotaur.apache.org> From: minchau@apache.org To: xml-xalan-cvs@apache.org Subject: cvs commit: xml-xalan/test/java/src/org/apache/qetest/trax TransformerAPITest.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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