From 4b6a408b5ac91fdc5d7dca7237e60633cda5761b Mon Sep 17 00:00:00 2001 From: Jon Brisbin Date: Wed, 10 Oct 2012 09:27:20 -0500 Subject: [PATCH] Forgot to add the test error message file. --- .../springframework/data/rest/test/ValidationErrors.properties | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 spring-data-rest-webmvc/src/test/java/org/springframework/data/rest/test/ValidationErrors.properties 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