Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 31733 invoked from network); 20 Dec 2006 08:06:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Dec 2006 08:06:47 -0000 Received: (qmail 94601 invoked by uid 500); 20 Dec 2006 08:06:53 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 94572 invoked by uid 500); 20 Dec 2006 08:06:53 -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 94563 invoked by uid 99); 20 Dec 2006 08:06:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Dec 2006 00:06:53 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Dec 2006 00:06:45 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BFC4B71429F for ; Wed, 20 Dec 2006 00:06:24 -0800 (PST) Message-ID: <23703405.1166601984783.JavaMail.jira@brutus> Date: Wed, 20 Dec 2006 00:06:24 -0800 (PST) From: =?utf-8?Q?=C3=98ystein_Gr=C3=B8vlen_=28JIRA=29?= To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-2100) Convert derbynet/prepStmt.java to Junit In-Reply-To: <23906406.1164027302051.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/DERBY-2100?page=3Dall ] =C3=98ystein Gr=C3=B8vlen updated DERBY-2100: ----------------------------------- Attachment: derby2100-diff.txt derby2100-stat.txt derby2100-diff.txt contains the patch for converting the prepStmt test to J= unit. The test is now called PrepareStatementTest.java. While prepStmt on= ly ran in the client/server suites, the new test now runs in both embedded = and client/server. However, I have chosen to place the new test in the der= bynet directory since its test cases are mostly testing border cases that a= re mainly relevant to client/server. In addition to the new test, the patch contains the changes needed to remov= e the old test and its associated master files. The patch also contains a = change to AllPackages.java in order to run the derbynet suite only once. (= I found that an entry for this suite had been added twice.) I have run the Junit All suite with no errors and verified that the new tes= t was run. I have also run derbyall with no errors and verified that the o= ld test was not run. > Convert derbynet/prepStmt.java to Junit > --------------------------------------- > > Key: DERBY-2100 > URL: http://issues.apache.org/jira/browse/DERBY-2100 > Project: Derby > Issue Type: Improvement > Components: Test > Affects Versions: 10.3.0.0 > Reporter: =C3=98ystein Gr=C3=B8vlen > Assigned To: =C3=98ystein Gr=C3=B8vlen > Priority: Trivial > Fix For: 10.3.0.0 > > Attachments: derby2100-diff.txt, derby2100-stat.txt > > > Convert derbynet/prepStmt.java to Junit. > Should also make it run both in embedded and client/server frameworks. --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira