Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 38746 invoked from network); 3 Mar 2008 13:56:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2008 13:56:23 -0000 Received: (qmail 46091 invoked by uid 500); 3 Mar 2008 13:56:18 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 46069 invoked by uid 500); 3 Mar 2008 13:56:18 -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 46058 invoked by uid 99); 3 Mar 2008 13:56:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2008 05:56:18 -0800 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.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2008 13:55:51 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 2137FD2F9 for ; Mon, 3 Mar 2008 13:56:02 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: derby-commits@db.apache.org Date: Mon, 03 Mar 2008 13:56:01 -0000 Message-ID: <20080303135601.23788.80130@eos.apache.org> Subject: [Db-derby Wiki] Update of "DerbyTopLevelJunitTests" by VemundOstgaard X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The following page has been changed by VemundOstgaard: http://wiki.apache.org/db-derby/DerbyTopLevelJunitTests ------------------------------------------------------------------------------ = Ant Targets = || '''ant target''' || '''Comments''' || - || `junit-clean` || Remove any folders from previous junit runs through ant targets. (requires explicit setting of the classpath) || + || `junit-clean` || Remove any folders from previous junit runs through ant targets.|| - || `junit-all` || Run all the functional tests. Intended to match `suites.All` but also adds some tests that require to be run in their own virtual machine. || + || `junit-all` || Run all the functional tests. Intended to match `suites.All` but also adds some tests that require to be run in their own virtual machine. (requires explicit setting of the classpath) || || `junit-all-codeline-jars` || Run `junit-all` automatically setting the classpath in a codeline to be the compiled jar files || || `junit-system-mini` || Run a short version of any system tests that run under junit. Intended to be a quick check of Derby and the system test. (requires explicit setting of the classpath) || || `junit-system-mini-codeline-jars` || Run `junit-system-mini` automatically setting the classpath in a codeline to be the compiled jar files || + || `junit-single` || Run a single test or suite that runs under junit. Set the system property derby.junit.testclass to the full classname of the test or suite you want to run. (requires explicit setting of the classpath) || = Functional and Unit Tests = The test classes that need to be run to cover all functional and unit tests for Derby.