mirror of https://github.com/apache/lucene.git
tests: close requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023601 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1bb9ec73e2
commit
26305b1437
|
@ -104,6 +104,8 @@ public class DocumentAnalysisRequestHandlerTest extends AnalysisRequestHandlerTe
|
|||
field = document.getField("text");
|
||||
assertNotNull(field);
|
||||
assertEquals("The Text", field.getFirstValue());
|
||||
|
||||
req.close();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue