Details
-
Test
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
6.5.1
-
None
-
None
-
jdk 1.8
mvn 3.3
-
New, Patch Available
Description
no specific test for SpanPayloadCheckQuery method specifically
matches = payloadToMatch.get(upto).bytesEquals(payload);
the only implementation i could locate was in collectLeaf of SpanPayloadCheckQuery
modified SpanPayloadCheckQueryTest now tests collectLeaf of SpanPayloadCheckQuery
patch for test attached
suggestions/advice are most welcome