Skip to content

Commit dfffbd6

Browse files
committed
broke test
1 parent 273d267 commit dfffbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/beanvalidation/BeanValidationJunitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ public void testRemoveInvalidGermanPhoneWithGermanGroup() {
613613

614614
public void testUpdateInvalidGermanPhoneWithGermanGroup() {
615615
final Map<String, Object> props = new HashMap<>();
616-
props.put(EntityManagerProperties.VALIDATION_GROUP_PRE_UPDATE, new Class[]{ });
616+
props.put(EntityManagerProperties.VALIDATION_GROUP_PRE_UPDATE, new Class[]{ GermanPhone.class });
617617
final EntityManager em = createEntityManager(props);
618618
boolean gotConstraintViolations = false;
619619
final int PK = 301;

0 commit comments

Comments
 (0)