From derby-dev-return-2641-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Wed Mar 16 23:33:35 2005 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 77017 invoked from network); 16 Mar 2005 23:33:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Mar 2005 23:33:35 -0000 Received: (qmail 42658 invoked by uid 500); 16 Mar 2005 23:33:34 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 42629 invoked by uid 500); 16 Mar 2005 23:33:34 -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: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 42614 invoked by uid 99); 16 Mar 2005 23:33:33 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: 32.97.110.129 is neither permitted nor denied by domain of mcintyre.a@gmail.com) Received: from e31.co.us.ibm.com (HELO e31.co.us.ibm.com) (32.97.110.129) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 16 Mar 2005 15:33:32 -0800 Received: from westrelay03.boulder.ibm.com (westrelay03.boulder.ibm.com [9.17.195.12]) by e31.co.us.ibm.com (8.12.10/8.12.9) with ESMTP id j2GNXUua272478 for ; Wed, 16 Mar 2005 18:33:30 -0500 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by westrelay03.boulder.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j2GNXUGZ113038 for ; Wed, 16 Mar 2005 16:33:30 -0700 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j2GNXU7w022171 for ; Wed, 16 Mar 2005 16:33:30 -0700 Received: from [9.72.133.47] (dyn9072133047.usca.ibm.com [9.72.133.47]) by d03av03.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j2GNXThk022149 for ; Wed, 16 Mar 2005 16:33:29 -0700 Mime-Version: 1.0 (Apple Message framework v619.2) In-Reply-To: <42386689.9060805@Golux.Com> References: <42386689.9060805@Golux.Com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Andrew McIntyre Subject: Re: [PATCH] derbyTesting.functionTests harness, test & master updates... Date: Wed, 16 Mar 2005 15:33:28 -0800 To: "Derby Development" X-Mailer: Apple Mail (2.619.2) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Mar 16, 2005, at 9:02 AM, myrna wrote: > - enable .java type function tests to be used with the usesystem > property in harness/RunTest.java. > The usesystem property causes the test harness to not create a new > database. This mechanism > was so far only used for .sql type tests, such as in the 'nist' > directory. > - modify the tests/storetests directory's build.xml to compile any > possible .java tests > - modify the tests/storetests/st_b5772.sql to drop a table it wasn't > dropping before & adjust its master file accordingly > - remove a funky character from a comment in the > tests/derbynet/testProtocol_app.properties file and set the > svn:eol-style native property on it > - add one j9 specific canon & remove another to match up to current > test behavior Hi Myrna, Looks good. Also, I removed the commented line from RunTest, as it is no longer necessary. Committed, revision 157825. andrew