You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by pa...@apache.org on 2013/11/18 20:37:21 UTC

[06/14] git commit: WICKET-5418 properly handle groups in NonNull constraint

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-cdi-1.1-rewrite
Commit: 7bd677ff843fdfece3963e303faaf901aa5ec04b
Parents: 49922cd
Author: Igor Vaynberg <ig...@gmail.com>
Authored: Fri Nov 15 12:38:17 2013 -0800
Committer: Igor Vaynberg <ig...@gmail.com>
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());
 		};