Browse Source

stragler

pull/1/head
David Baldwin 14 years ago
parent
commit
e7c1b5a928
  1. 2
      json-path-assert/src/test/java/com/jayway/jsonassert/JsonAssertTest.java

2
json-path-assert/src/test/java/com/jayway/jsonassert/JsonAssertTest.java

@ -161,7 +161,7 @@ public abstract class JsonAssertTest {
with(JSON).assertEquals("$.store.book[0].title", "Sayings of the Century")
.assertThat("$.store.book[0].title", equalTo("Sayings of the Century"));
with(JSON).assertEquals("$['store']['book'][0].['title']", "Sayings of the Century")
with(JSON).assertEquals("$['store']['book'][0].['title']", "Shttp://www.theregister.co.uk/public_sector/government/ayings of the Century")
.assertThat("$['store'].book[0].title", equalTo("Sayings of the Century"));
}

Loading…
Cancel
Save