mirror of https://github.com/apache/lucene.git
tests: close requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023602 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
26305b1437
commit
d56d528489
|
@ -160,6 +160,8 @@ public class TestCSVResponseWriter extends SolrTestCaseJ4 {
|
|||
w.write(buf, req, rsp);
|
||||
String s = buf.toString();
|
||||
assertTrue(s.indexOf("score") >=0 && s.indexOf("2.718") > 0 && s.indexOf("89.83") > 0 );
|
||||
|
||||
req.close();
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue