[hibernate-commits] [hibernate/hibernate-orm] 14c033: HHH-7028 Fixing annotation based tests (refactorin...
GitHub
noreply at github.com
Tue Feb 7 14:07:45 EST 2012
Branch: refs/heads/metamodel
Home: https://github.com/hibernate/hibernate-orm
Commit: 14c0339fddedb64b92bdaeb8f4ac898899376b06
https://github.com/hibernate/hibernate-orm/commit/14c0339fddedb64b92bdaeb8f4ac898899376b06
Author: Hardy Ferentschik <hardy at hibernate.org>
Date: 2012-02-07 (Tue, 07 Feb 2012)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/MetadataImplTest.java
M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/QuotedIdentifierTest.java
M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/OrmXmlParserTests.java
M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/EntityListenerTest.java
A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/mocker/AttributeOverride.xml
A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/mocker/default-schema.xml
A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/mocker/default-schema2.xml
A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/mocker/entity-metadata-complete.xml
A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/mocker/listener.xml
A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/mocker/override-to-mappedsuperclass.xml
A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/mocker/persistence-metadata.xml
A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/orm-father.xml
A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/orm-invalid.xml
A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/orm-quote-identifier.xml
A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/orm-star.xml
R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/mocker/AttributeOverride.xml
R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/mocker/default-schema.xml
R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/mocker/default-schema2.xml
R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/mocker/entity-metadata-complete.xml
R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/mocker/listener.xml
R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/mocker/override-to-mappedsuperclass.xml
R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/mocker/persistence-metadata.xml
R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/orm-father.xml
R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/orm-invalid.xml
R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/orm-quote-identifier.xml
R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/orm-star.xml
Log Message:
-----------
HHH-7028 Fixing annotation based tests (refactoring of sources)
More information about the hibernate-commits
mailing list