Updated Branches: refs/heads/wicket-6.x 49922cdd5 -> 7bd677ff8
WICKET-5418 properly handle groups in NonNull constraint Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/7bd677ff Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/7bd677ff Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/7bd677ff Branch: refs/heads/wicket-6.x Commit: 7bd677ff843fdfece3963e303faaf901aa5ec04b Parents: 49922cd Author: Igor Vaynberg <[email protected]> Authored: Fri Nov 15 12:38:17 2013 -0800 Committer: Igor Vaynberg <[email protected]> Committed: Fri Nov 15 12:38:17 2013 -0800 ---------------------------------------------------------------------- .../wicket/bean/validation/PropertyValidatorRequiredTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/7bd677ff/wicket-experimental/wicket-bean-validation/src/test/java/org/apache/wicket/bean/validation/PropertyValidatorRequiredTest.java ---------------------------------------------------------------------- diff --git a/wicket-experimental/wicket-bean-validation/src/test/java/org/apache/wicket/bean/validation/PropertyValidatorRequiredTest.java b/wicket-experimental/wicket-bean-validation/src/test/java/org/apache/wicket/bean/validation/PropertyValidatorRequiredTest.java index e5ee0cc..450fa6b 100644 --- a/wicket-experimental/wicket-bean-validation/src/test/java/org/apache/wicket/bean/validation/PropertyValidatorRequiredTest.java +++ b/wicket-experimental/wicket-bean-validation/src/test/java/org/apache/wicket/bean/validation/PropertyValidatorRequiredTest.java @@ -21,7 +21,7 @@ import org.junit.Test; public class PropertyValidatorRequiredTest { @Rule - public static WicketTesterScope scope = new WicketTesterScope() { + public WicketTesterScope scope = new WicketTesterScope() { protected WicketTester create() { return new WicketTester(new TestApplication()); };
