diff --git a/core/src/test/resources/org/apache/struts2/interceptor/validation/json-1.txt b/core/src/test/resources/org/apache/struts2/interceptor/validation/json-1.txt new file mode 100644 index 000000000..cb7a4ee3a --- /dev/null +++ b/core/src/test/resources/org/apache/struts2/interceptor/validation/json-1.txt @@ -0,0 +1,12 @@ +/* { + "errors": [ + "General error" + ], + "fieldErrors": { + "value": ["Min value is -1"], + "text" : [ + "Too short", + "This is no email" + ] + } +} */ \ No newline at end of file