File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ public class JacksonHandleTest {
39
39
@ BeforeClass
40
40
public static void beforeClass () {
41
41
Common .connect ();
42
+ // System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.http.wire", "debug");
42
43
}
43
44
@ AfterClass
44
45
public static void afterClass () {
@@ -92,8 +93,7 @@ public void test105Searches() throws IOException {
92
93
StructuredQueryBuilder qb = queryMgr .newStructuredQueryBuilder ();
93
94
94
95
for (int i =0 ;i <105 ;i ++) {
95
- for (QueryDefinition t : new QueryDefinition [] { qb .term ("leaf3" ),
96
- qb .build (qb .value (qb .element ("leaf" ), "leaf3" )) }) {
96
+ for (QueryDefinition t : new QueryDefinition [] { qb .term ("leaf3" ) }) {
97
97
JacksonHandle results = queryMgr .search (t , new JacksonHandle ());
98
98
assertNotNull (results );
99
99
JsonNode jsonResults =results .get ();
You can’t perform that action at this time.
0 commit comments