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:
Yonik Seeley 2010-10-18 00:05:03 +00:00
parent 1bb9ec73e2
commit 26305b1437
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@ public class DocumentAnalysisRequestHandlerTest extends AnalysisRequestHandlerTe
field = document.getField("text");
assertNotNull(field);
assertEquals("The Text", field.getFirstValue());
req.close();
}
/**