[hibernate-commits] Hibernate SVN: r17593 - in beanvalidation/tck/trunk/src/main/java/org/hibernate/jsr303/tck/tests/constraints: groups/groupsequenceisolation and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Sep 30 14:29:48 EDT 2009


Author: hardy.ferentschik
Date: 2009-09-30 14:29:48 -0400 (Wed, 30 Sep 2009)
New Revision: 17593

Modified:
   beanvalidation/tck/trunk/src/main/java/org/hibernate/jsr303/tck/tests/constraints/application/ValidationRequirementTest.java
   beanvalidation/tck/trunk/src/main/java/org/hibernate/jsr303/tck/tests/constraints/groups/groupsequenceisolation/GroupSequenceIsolationTest.java
Log:
removed some @SpecAssrtion mappings

Modified: beanvalidation/tck/trunk/src/main/java/org/hibernate/jsr303/tck/tests/constraints/application/ValidationRequirementTest.java
===================================================================
--- beanvalidation/tck/trunk/src/main/java/org/hibernate/jsr303/tck/tests/constraints/application/ValidationRequirementTest.java	2009-09-30 18:17:06 UTC (rev 17592)
+++ beanvalidation/tck/trunk/src/main/java/org/hibernate/jsr303/tck/tests/constraints/application/ValidationRequirementTest.java	2009-09-30 18:29:48 UTC (rev 17593)
@@ -136,9 +136,9 @@
 	}
 
 	@Test(enabled = false)
-	@SpecAssertion(section = "3.1",
-			id = "b",
-			note = "The spec is not clear about whether validation of static fields/properties should just be ignored or an exception should be thrown.")
+//	@SpecAssertion(section = "3.1",
+//			id = "b",
+//			note = "The spec is not clear about whether validation of static fields/properties should just be ignored or an exception should be thrown.")
 	public void testIgnoreStaticFieldsAndProperties() {
 		StaticFieldsAndProperties entity = new StaticFieldsAndProperties();
 

Modified: beanvalidation/tck/trunk/src/main/java/org/hibernate/jsr303/tck/tests/constraints/groups/groupsequenceisolation/GroupSequenceIsolationTest.java
===================================================================
--- beanvalidation/tck/trunk/src/main/java/org/hibernate/jsr303/tck/tests/constraints/groups/groupsequenceisolation/GroupSequenceIsolationTest.java	2009-09-30 18:17:06 UTC (rev 17592)
+++ beanvalidation/tck/trunk/src/main/java/org/hibernate/jsr303/tck/tests/constraints/groups/groupsequenceisolation/GroupSequenceIsolationTest.java	2009-09-30 18:29:48 UTC (rev 17593)
@@ -46,7 +46,6 @@
 	@Test
 	@SpecAssertions({
 			@SpecAssertion(section = "3.4.3", id = "a"),
-			@SpecAssertion(section = "3.4.3", id = "b"),
 			@SpecAssertion(section = "3.4.3", id = "c"),
 			@SpecAssertion(section = "3.4.5", id = "a")
 	})
@@ -84,7 +83,6 @@
 	@Test
 	@SpecAssertions({
 			@SpecAssertion(section = "3.4.3", id = "a"),
-			@SpecAssertion(section = "3.4.3", id = "b"),
 			@SpecAssertion(section = "3.4.3", id = "c"),
 			@SpecAssertion(section = "3.4.5", id = "a")
 	})



More information about the hibernate-commits mailing list