Updated Branches:
  refs/heads/master 3fb956713 -> e350f19ef

Revert due to bad formatting "WICKET-5418 properly handle groups in NonNull 
constraint"

This reverts commit 7bd677ff843fdfece3963e303faaf901aa5ec04b.


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e35a93b9
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/e35a93b9
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/e35a93b9

Branch: refs/heads/master
Commit: e35a93b9950b570daf1f3b21c86f7c657a5f8c71
Parents: 3fb9567
Author: Igor Vaynberg <[email protected]>
Authored: Fri Nov 15 15:30:57 2013 -0800
Committer: Igor Vaynberg <[email protected]>
Committed: Fri Nov 15 15:42:35 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/e35a93b9/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 450fa6b..e5ee0cc 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 WicketTesterScope scope = new WicketTesterScope() {
+       public static WicketTesterScope scope = new WicketTesterScope() {
                protected WicketTester create() {
                        return new WicketTester(new TestApplication());
                };

Reply via email to