File tree Expand file tree Collapse file tree
src/test/java/org/json/stream Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package org .json .stream ;
22
3+ import org .json .util .BufferedAppendable ;
34import org .junit .Assert ;
45import org .junit .Test ;
56
Original file line number Diff line number Diff line change 22
33import org .json .JSONArray ;
44import org .json .JSONObject ;
5+ import org .json .util .JSONPointerUtils ;
56import org .junit .Assert ;
67import org .junit .Test ;
78
@@ -868,9 +869,9 @@ public void testLargeArrays4() throws Exception {
868869 .toString ();
869870
870871 // Unlikely to exhaust memory
871- LimitParameters params = LimitParameters .secureDefaults ();
872+ BuilderLimits params = BuilderLimits .secureDefaults ();
872873 params .setNestingDepth (1000 );
873- JSONArray jsonArray = JSONLimitTrampolineBuilder .buildJSONArray (result , params );
874+ JSONArray jsonArray = JSONLimitBuilder .buildJSONArray (result , params );
874875
875876 Assert .assertEquals (1 , jsonArray .length ());
876877 }
You can’t perform that action at this time.
0 commit comments