[hibernate-commits] [hibernate/hibernate-orm] 61fe3b: HHH-7474: Added support for new @FailureExpectedWi...
GitHub
noreply at github.com
Wed Jul 25 16:01:17 EDT 2012
Branch: refs/heads/metamodel
Home: https://github.com/hibernate/hibernate-orm
Commit: 61fe3b74579037c0f29365d1d6c37bc992cd556c
https://github.com/hibernate/hibernate-orm/commit/61fe3b74579037c0f29365d1d6c37bc992cd556c
Author: John Verhaeg <john.verhaeg at gmail.com>
Date: 2012-07-25 (Wed, 25 Jul 2012)
Changed paths:
M hibernate-c3p0/src/test/java/org/hibernate/test/c3p0/StatementCacheTest.java
M hibernate-core/src/test/java/org/hibernate/jpa/version/JpaSpecVersionValueUpdatingTest.java
M hibernate-core/src/test/java/org/hibernate/property/DirectPropertyAccessorTest.java
M hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/cid/AbstractCompositeIdTest.java
M hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/AbstractComponentPropertyRefTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/EntityTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/JoinedSubclassTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/access/AccessTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/AccessTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/any/AnyTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/array/ArrayTest.java
M hibernate-core/src/test/java/org/hibernate/test/array/ArrayTest.java
M hibernate-core/src/test/java/org/hibernate/test/cid/CompositeIdTest.java
A hibernate-testing/src/main/java/org/hibernate/testing/FailureExpectedWithNewMetamodel.java
M hibernate-testing/src/main/java/org/hibernate/testing/junit4/CustomRunner.java
Log Message:
-----------
HHH-7474: Added support for new @FailureExpectedWithNewMetamodel annotation to be used by tests that still fail with the new metamodel. Functions exactly like @FailureExpected, except requires no JIRA key and is only processed when testing against the new metamodel. Also added annotation to several tests that were failing against the new metamodel, to get started with the process of annotating them all.
More information about the hibernate-commits
mailing list