mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
prepping for jsr 303 integration
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ public class BindAndValidateLifecycleTests {
|
||||
model = new TestBean();
|
||||
alertContext = new DefaultAlertContext();
|
||||
Binder binder = new WebBinderFactory().getBinder(model);
|
||||
lifecycle = new BindAndValidateLifecycle(binder, alertContext);
|
||||
lifecycle = new BindAndValidateLifecycle(binder, null, alertContext);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user