INT-3832: Upgrade to JsonPath-2.1.0
JIRA: https://jira.spring.io/browse/INT-3832
This commit is contained in:
@@ -58,7 +58,8 @@ import com.jayway.jsonpath.Predicate;
|
||||
* @author Gary Russell
|
||||
* @since 3.0
|
||||
*/
|
||||
@ContextConfiguration(classes = JsonPathTests.JsonPathTestsContextConfiguration.class, loader = AnnotationConfigContextLoader.class)
|
||||
@ContextConfiguration(classes = JsonPathTests.JsonPathTestsContextConfiguration.class,
|
||||
loader = AnnotationConfigContextLoader.class)
|
||||
@RunWith(SpringJUnit4ClassRunner.class)
|
||||
public class JsonPathTests {
|
||||
|
||||
@@ -135,7 +136,6 @@ public class JsonPathTests {
|
||||
//MessageTransformationException / MessageHandlingException / InvocationTargetException / IllegalArgumentException
|
||||
Throwable cause = e.getCause().getCause().getCause();
|
||||
assertTrue(cause instanceof PathNotFoundException);
|
||||
assertEquals("Property ['store'] not found in path $", cause.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user