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);