Updated Branches:
  refs/heads/wicket-6.x 7bd677ff8 -> 9eb670b5a

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/bb416f1a
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/bb416f1a
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/bb416f1a

Branch: refs/heads/wicket-6.x
Commit: bb416f1a05db1bb7fd9c2b113be8a6dd126dc1a2
Parents: 7bd677f
Author: Igor Vaynberg <[email protected]>
Authored: Fri Nov 15 15:30:57 2013 -0800
Committer: Igor Vaynberg <[email protected]>
Committed: Fri Nov 15 15:30:57 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/bb416f1a/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