Browse Source

Removed ignored test that does not make sense.

pull/57/head
Kalle Stenflo 10 years ago
parent
commit
1412b6dfbe
  1. 9
      json-path/src/test/java/com/jayway/jsonpath/old/internal/ScanPathTokenTest.java

9
json-path/src/test/java/com/jayway/jsonpath/old/internal/ScanPathTokenTest.java

@ -89,15 +89,6 @@ public class ScanPathTokenTest {
" }"
);
@Test
@Ignore("does not work currently")
//FIXME handle $.. like the Goessner implementation
public void a_root_scan() {
Object o = JsonPath.read(DOCUMENT, "$..");
}
@Test
public void a_document_can_be_scanned_for_property() {

Loading…
Cancel
Save