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

View File

@ -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();
}
}