Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 43462 invoked from network); 8 Jun 2008 18:04:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jun 2008 18:04:32 -0000 Received: (qmail 85123 invoked by uid 500); 8 Jun 2008 18:04:35 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 85095 invoked by uid 500); 8 Jun 2008 18:04:35 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 85086 invoked by uid 99); 8 Jun 2008 18:04:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jun 2008 11:04:35 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jun 2008 18:03:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0736D2388A06; Sun, 8 Jun 2008 11:04:10 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r664533 - /db/derby/code/trunk/java/testing/README.htm Date: Sun, 08 Jun 2008 18:04:09 -0000 To: derby-commits@db.apache.org From: kahatlen@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080608180410.0736D2388A06@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kahatlen Date: Sun Jun 8 11:04:09 2008 New Revision: 664533 URL: http://svn.apache.org/viewvc?rev=664533&view=rev Log: DERBY-3715: Replaced org.apache.derbyTesting.functionTests.RunTest with org.apache.derbyTesting.functionTests.harness.RunTest in java/testing/README.htm Modified: db/derby/code/trunk/java/testing/README.htm Modified: db/derby/code/trunk/java/testing/README.htm URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/README.htm?rev=664533&r1=664532&r2=664533&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/README.htm (original) +++ db/derby/code/trunk/java/testing/README.htm Sun Jun 8 11:04:09 2008 @@ -1609,14 +1609,14 @@
  • framework - specifies which framework to run with. For example:
    java -Dframework=DerbyNetClient -org.apache.derbyTesting.functionTests.RunTest
    +org.apache.derbyTesting.functionTests.harness.RunTest

    lang/supersimple.sql
  • verbose - Shows more detailed output if set to "true". For example:
    java -Dverbose=true -org.apache.derbyTesting.functionTests.RunTest lang/arithmetic.sql
    +org.apache.derbyTesting.functionTests.harness.RunTest lang/arithmetic.sql

  • keepfiles - Indicates to not clean up any of the files if @@ -1630,7 +1630,7 @@ -DtestSpecialProps=<prop-1>=<value-1>^ ... ^<prop-n>=<value-n>. For example:
    java -DTestSpecialProps=derby.infolog.append=true -org.apache.derbyTesting.functionTests.RunTest lang/arithmetic.sql +org.apache.derbyTesting.functionTests.harness.RunTest lang/arithmetic.sql

  • @@ -1647,7 +1647,7 @@ for a test that runs with useprocess=false cannot have any effect. Example:
    java -Djvmflags=-Xms32M^-Xmx128M -org.apache.derbyTesting.functionTests.RunTest lang/concateTests.java
    +org.apache.derbyTesting.functionTests.harness.RunTest lang/concateTests.java

  • excludeJCC -