diff --git a/spring-data-rest-webmvc/src/test/java/org/springframework/data/rest/test/ValidationErrors.properties b/spring-data-rest-webmvc/src/test/java/org/springframework/data/rest/test/ValidationErrors.properties new file mode 100644 index 000000000..f9beeb27c --- /dev/null +++ b/spring-data-rest-webmvc/src/test/java/org/springframework/data/rest/test/ValidationErrors.properties @@ -0,0 +1,2 @@ +field.name.required = Field {0}.{1} is required. +no.userid = {0}s must be assigned initial userids. \ No newline at end of file