From 7175a8502b8ac7d4d6fb5aa94275a687a8e28ec3 Mon Sep 17 00:00:00 2001 From: Steven Rowe Date: Fri, 1 Apr 2011 14:46:12 +0000 Subject: [PATCH] Added changes entry for SOLR-2061 git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087723 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index f341eaf76f1..24f35c5694d 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -206,6 +206,10 @@ Other Changes * SOLR-2423: FieldType argument changed from String to Object Conversion from SolrInputDocument > Object > Fieldable is now managed by FieldType rather then DocumentBuilder. (ryan) + +* SOLR-2061: Pull base tests out into a new Solr Test Framework module, + and publish binary, javadoc, and source test-framework jars. + (Drew Farris, Robert Muir, Steve Rowe) Documentation