clear obselete nocommits

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439670 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2013-01-28 22:13:01 +00:00
parent 2552280951
commit 8569769825
2 changed files with 0 additions and 2 deletions

View File

@ -530,7 +530,6 @@ public class AllGroupHeadsCollectorTest extends LuceneTestCase {
return collector;
}
// nocommit: isnt this method elsehwere in this test? either deja-vu or i fixed one just like it a few hundred lines back
private void addGroupField(Document doc, String groupField, String value, boolean canUseIDV, DocValuesType valueType) {
doc.add(new TextField(groupField, value, Field.Store.YES));
if (canUseIDV) {

View File

@ -54,7 +54,6 @@ public class DistinctValuesCollectorTest extends AbstractGroupingTestCase {
DocValuesType.NUMERIC,
DocValuesType.BINARY,
DocValuesType.SORTED,
// nocommit DocValues.Type.FLOAT_64,
};
Directory dir = newDirectory();
RandomIndexWriter w = new RandomIndexWriter(