Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: bf57f31a8fa442d268eedbcf6802333932964c0d
https://github.com/hibernate/hibernate-orm/commit/bf57f31a8fa442d268eedbc...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/ConfigurationTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/DatabaseCreationTimestampNullableColumnTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/tm/TransactionTimeoutTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/ConfigurationTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/DatabaseCreationTimestampNullableColumnTest.java
M
hibernate-core/src/test/java/org/hibernate/test/procedure/StoredProcedureParameterTypeTest.java
R hibernate-core/src/test/java/org/hibernate/test/tm/TransactionTimeoutTest.java
A
hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/hibernate.cfg.xml
R hibernate-core/src/test/resources/org/hibernate/test/annotations/hibernate.cfg.xml
Log Message:
-----------
Move some tests from test.annotations to orm.test.annotations
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>