From 33d1d81d877d324fc08618a086eba9f09abe993f Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Mon, 26 Mar 2012 20:53:33 +0000 Subject: [PATCH] SOLR-3268: don't create indexes under core/src/test-files/solr/data git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305579 13f79535-47bb-0310-9956-ffa450edef68 --- solr/build.xml | 2 -- solr/common-build.xml | 10 ++++++++-- .../org/apache/solr/servlet/NoCacheHeaderTest.java | 2 ++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/solr/build.xml b/solr/build.xml index 11e99a58c19..6b1a5f36173 100644 --- a/solr/build.xml +++ b/solr/build.xml @@ -202,8 +202,6 @@ - - - + @@ -190,7 +190,7 @@ - + @@ -281,6 +281,12 @@ + + + + + + diff --git a/solr/core/src/test/org/apache/solr/servlet/NoCacheHeaderTest.java b/solr/core/src/test/org/apache/solr/servlet/NoCacheHeaderTest.java index ee360bf2f9e..c016fe3fbda 100644 --- a/solr/core/src/test/org/apache/solr/servlet/NoCacheHeaderTest.java +++ b/solr/core/src/test/org/apache/solr/servlet/NoCacheHeaderTest.java @@ -29,6 +29,8 @@ import org.junit.Test; * A test case for the several HTTP cache headers emitted by Solr */ public class NoCacheHeaderTest extends CacheHeaderTestBase { + // TODO: fix this test not to directly use the test-files copied to build/ + // as its home. it could interfere with other tests! @BeforeClass public static void beforeTest() throws Exception { createJetty(TEST_HOME(), "solr/conf/solrconfig-nocache.xml", null);