Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 49844 invoked from network); 5 Sep 2005 21:26:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Sep 2005 21:26:09 -0000 Received: (qmail 4425 invoked by uid 500); 5 Sep 2005 21:26:09 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 4408 invoked by uid 500); 5 Sep 2005 21:26:08 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 4381 invoked by uid 500); 5 Sep 2005 21:26:08 -0000 Received: (qmail 4376 invoked by uid 99); 5 Sep 2005 21:26:08 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 05 Sep 2005 14:26:08 -0700 Received: (qmail 49836 invoked by uid 65534); 5 Sep 2005 21:26:08 -0000 Message-ID: <20050905212608.49835.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r278853 - in /db/torque/test/trunk/maven-test-plugin: plugin.jelly src/plugin-resources/java/org/apache/torque/engine/database/transform/SQLToAppDataRuntimeTest.java Date: Mon, 05 Sep 2005 21:26:06 -0000 To: torque-commits@db.apache.org From: tfischer@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: tfischer Date: Mon Sep 5 14:25:59 2005 New Revision: 278853 URL: http://svn.apache.org/viewcvs?rev=278853&view=rev Log: copied sql files to torque.home ,adjusted path in SQLToAppDataRuntimeTest Modified: db/torque/test/trunk/maven-test-plugin/plugin.jelly db/torque/test/trunk/maven-test-plugin/src/plugin-resources/java/org/apache/torque/engine/database/transform/SQLToAppDataRuntimeTest.java Modified: db/torque/test/trunk/maven-test-plugin/plugin.jelly URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/maven-test-plugin/plugin.jelly?rev=278853&r1=278852&r2=278853&view=diff ============================================================================== --- db/torque/test/trunk/maven-test-plugin/plugin.jelly (original) +++ db/torque/test/trunk/maven-test-plugin/plugin.jelly Mon Sep 5 14:25:59 2005 @@ -19,7 +19,7 @@ - + @@ -39,6 +39,7 @@ + Modified: db/torque/test/trunk/maven-test-plugin/src/plugin-resources/java/org/apache/torque/engine/database/transform/SQLToAppDataRuntimeTest.java URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/maven-test-plugin/src/plugin-resources/java/org/apache/torque/engine/database/transform/SQLToAppDataRuntimeTest.java?rev=278853&r1=278852&r2=278853&view=diff ============================================================================== --- db/torque/test/trunk/maven-test-plugin/src/plugin-resources/java/org/apache/torque/engine/database/transform/SQLToAppDataRuntimeTest.java (original) +++ db/torque/test/trunk/maven-test-plugin/src/plugin-resources/java/org/apache/torque/engine/database/transform/SQLToAppDataRuntimeTest.java Mon Sep 5 14:25:59 2005 @@ -39,7 +39,7 @@ public class SQLToAppDataRuntimeTest extends BaseRuntimeTestCase { /** The path to the configuration file. */ - private static final String SQL_FOLDER = "target/test/rttest/sql"; + private static final String SQL_FOLDER = "target/tests/base/src/sql"; private Vector files; --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org