From 0be9ffc6d68f5707deb7b95aef202f807a5b4f45 Mon Sep 17 00:00:00 2001 From: "LAPTOP-QSODT5VR\\Suneel" Date: Sat, 27 Jan 2018 22:35:22 +0000 Subject: [PATCH] testing jenkin auto build on commit --- .../springframework/samples/petclinic/model/ValidatorTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/springframework/samples/petclinic/model/ValidatorTests.java b/src/test/java/org/springframework/samples/petclinic/model/ValidatorTests.java index 7da0d3dea..eb9bffa38 100644 --- a/src/test/java/org/springframework/samples/petclinic/model/ValidatorTests.java +++ b/src/test/java/org/springframework/samples/petclinic/model/ValidatorTests.java @@ -30,7 +30,7 @@ public class ValidatorTests { LocaleContextHolder.setLocale(Locale.ENGLISH); Person person = new Person(); - person.setFirstName(""); + person.setFirstName("Suneel"); person.setLastName("smith"); Validator validator = createValidator();