Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 22464 invoked from network); 8 Jun 2007 22:28:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jun 2007 22:28:07 -0000 Received: (qmail 454 invoked by uid 500); 8 Jun 2007 22:28:10 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 409 invoked by uid 500); 8 Jun 2007 22:28:10 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 398 invoked by uid 99); 8 Jun 2007 22:28:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 15:28:09 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of msatoor@gmail.com designates 209.85.132.245 as permitted sender) Received: from [209.85.132.245] (HELO an-out-0708.google.com) (209.85.132.245) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 15:28:05 -0700 Received: by an-out-0708.google.com with SMTP id c8so219064ana for ; Fri, 08 Jun 2007 15:27:44 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=m3YrEgGZt+qpw8soeF3CAA94sk1I1Y91F/7ozn2OMl6OsvcU+sbfk1ALtNedEvx9rrMi3MdIJRvXth4exOeqQI3nu7dJI2VQ7LWf/Qy4Beb0SH4hyOsQT9krcHc56tFNmI3Au583SfgoQZL9gdECaP1upnGMEvq6EAdnZWdMXkE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=tTprlDVZMlNOAG5Dornf/DUFQ/Ccw9t0GUJ8C91mvtWhsMZJZohCZoJo9zDJ1xDPD8/gQcSSDUCriwQ2F2G3zmY1yGufIGAO/J5jCCXgE3ls3HILM5T50VeZn68rcIFWWBnclxeruj+5f5FiXI8jpw/HoAyyGXAQ2Fuaw6CoIl4= Received: by 10.100.171.16 with SMTP id t16mr2072947ane.1181341663905; Fri, 08 Jun 2007 15:27:43 -0700 (PDT) Received: by 10.100.194.14 with HTTP; Fri, 8 Jun 2007 15:27:43 -0700 (PDT) Message-ID: Date: Fri, 8 Jun 2007 15:27:43 -0700 From: "Mamta Satoor" To: derby-dev@db.apache.org Subject: Re: svn commit: r545639 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java In-Reply-To: <4669D0E4.2070003@gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_84400_21460105.1181341663520" References: <20070608214111.A45F11A981A@eris.apache.org> <4669D0E4.2070003@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_84400_21460105.1181341663520 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Army, I added this additional test case for parameter and XMLSERIALIZE just as a place holder so in future, at some point, if we do support parameters for XMLERSERIALIZE, we will have a test case which probably will fail and will be a safety check to make sure parameter and XMLSERIALIZE will work fine. Mamta On 6/8/07, Army wrote: > > mamta@apache.org wrote: > > > DERBY-2777 > > I realized that there are no negative test case for parameter inside > XMLSERIALIZE funciton. > ... > > Parameters are not supported inside XMLSERIALIZE and that's what the new > test > > cases are checking. > > Just curious: is this different from the check in the > "testInvalidXMLBindings()" > method of lang/XMLBindingTest.java? I.e. are we adding this test case > here for > collation purposes, or just as a general test case for XMLSERIALIZE? > > Army > > ------=_Part_84400_21460105.1181341663520 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Army, I added this additional test case for parameter and XMLSERIALIZE just as a place holder so in future, at some point, if we do support parameters for
XMLERSERIALIZE, we will have a test case which probably will fail and will be a safety check to make sure parameter and XMLSERIALIZE will work fine.
 
Mamta

 
On 6/8/07, Army <qozinx@gmail.com> wrote:
mamta@apache.org wrote:

> DERBY-2777
> I realized that there are no negative test case for parameter inside XMLSERIALIZE funciton.
...
> Parameters are not supported inside XMLSERIALIZE and that's what the new test
> cases are checking.

Just curious: is this different from the check in the "testInvalidXMLBindings()"
method of lang/XMLBindingTest.java?  I.e. are we adding this test case here for
collation purposes, or just as a general test case for XMLSERIALIZE?

Army


------=_Part_84400_21460105.1181341663520--