Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 55800 invoked from network); 3 Sep 2007 04:20:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Sep 2007 04:20:35 -0000 Received: (qmail 11440 invoked by uid 500); 3 Sep 2007 04:20:29 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 11424 invoked by uid 500); 3 Sep 2007 04:20:29 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 11415 invoked by uid 99); 3 Sep 2007 04:20:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Sep 2007 21:20:29 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Sep 2007 04:20:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 61F681A9832; Sun, 2 Sep 2007 21:20:13 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r572232 - in /harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot: adaptor.xml framework.local.properties Date: Mon, 03 Sep 2007 04:20:13 -0000 To: commits@harmony.apache.org From: smishura@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070903042013.61F681A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: smishura Date: Sun Sep 2 21:20:07 2007 New Revision: 572232 URL: http://svn.apache.org/viewvc?rev=572232&view=rev Log: Snapshot testing: add JEdit scenario Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/framework.local.properties Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml?rev=572232&r1=572231&r2=572232&view=diff ============================================================================== --- harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml (original) +++ harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml Sun Sep 2 21:20:07 2007 @@ -220,6 +220,17 @@ + + + + + + + + + @@ -384,7 +395,7 @@ </html> - + Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/framework.local.properties URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/framework.local.properties?rev=572232&r1=572231&r2=572232&view=diff ============================================================================== --- harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/framework.local.properties (original) +++ harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/framework.local.properties Sun Sep 2 21:20:07 2007 @@ -69,6 +69,11 @@ jdktools-test.parameters.required.trunk.url=https://svn.apache.org/repos/asf/harmony/enhanced/jdktools/trunk # +jedit_test.parameters.depends=snapshot +jedit_test.parameters.required.tested.runtime=${snapshot.parameters.shared.jre} +jedit_test.parameters.cc.config=${adaptors.dir}/snapshot/suite-cc-custom-config.xml + +# JettyScenario.parameters.depends=snapshot JettyScenario.parameters.required.jetty.server.jvm=${snapshot.parameters.shared.jvm.location} JettyScenario.parameters.required.scenario.framework.jvm=${snapshot.parameters.shared.jvm.location}