Description
JSONWriterTest, SmileWriterTest and TestBinaryResponseWriter are currently in the org.apache.solr.request package but the classes they test (JSONResponseWriter, SmileWriter, BinaryResponseWriter) are in the org.apache.solr.response package.
This patch moves the tests to the response package.
Attachments
Attachments
Issue Links
- relates to
-
SOLR-9442 Add json.nl=arrnvp (array of NamedValuePair) style in JSONResponseWriter
- Resolved