From lucene-net-commits-return-1559-apmail-lucene-lucene-net-commits-archive=lucene.apache.org@lucene.apache.org Sun Sep 25 03:03:29 2011 Return-Path: X-Original-To: apmail-lucene-lucene-net-commits-archive@www.apache.org Delivered-To: apmail-lucene-lucene-net-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F3B1F91D1 for ; Sun, 25 Sep 2011 03:03:28 +0000 (UTC) Received: (qmail 49616 invoked by uid 500); 25 Sep 2011 03:03:28 -0000 Delivered-To: apmail-lucene-lucene-net-commits-archive@lucene.apache.org Received: (qmail 49498 invoked by uid 500); 25 Sep 2011 03:03:26 -0000 Mailing-List: contact lucene-net-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@lucene.apache.org Delivered-To: mailing list lucene-net-commits@lucene.apache.org Received: (qmail 49444 invoked by uid 99); 25 Sep 2011 03:03:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Sep 2011 03:03:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 25 Sep 2011 03:03:22 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9638823888E4; Sun, 25 Sep 2011 03:03:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Date: Sun, 25 Sep 2011 03:03:02 -0000 To: lucene-net-commits@lucene.apache.org From: mherndon@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20110925030302.9638823888E4@eris.apache.org> Subject: [Lucene.Net] svn commit: r1175290 - in /incubator/lucene.net/trunk: build/scripts/dot-net-tools.targets test/core/Index/TestIndexWriter.cs test/core/Index/TestStressIndexing2.cs test/core/Lucene.Net.Test.csproj test/core/TestMergeSchedulerExternal.cs Author: mherndon Date: Sun Sep 25 03:03:01 2011 New Revision: 1175290 URL: http://svn.apache.org/viewvc?rev=1175290&view=rev Log: defining GALLIO constant for tests, passing the constant externally Modified: incubator/lucene.net/trunk/build/scripts/dot-net-tools.targets incubator/lucene.net/trunk/test/core/Index/TestIndexWriter.cs incubator/lucene.net/trunk/test/core/Index/TestStressIndexing2.cs incubator/lucene.net/trunk/test/core/Lucene.Net.Test.csproj incubator/lucene.net/trunk/test/core/TestMergeSchedulerExternal.cs Modified: incubator/lucene.net/trunk/build/scripts/dot-net-tools.targets URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/scripts/dot-net-tools.targets?rev=1175290&r1=1175289&r2=1175290&view=diff ============================================================================== --- incubator/lucene.net/trunk/build/scripts/dot-net-tools.targets (original) +++ incubator/lucene.net/trunk/build/scripts/dot-net-tools.targets Sun Sep 25 03:03:01 2011 @@ -27,7 +27,8 @@ $(MSBuildProgramFiles32) - + + GALLIO