Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 2d38df66fd9df7493f99117bb0f85274e54d674d
https://github.com/hibernate/hibernate-orm/commit/2d38df66fd9df7493f99117...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
R
hibernate-core/src/test/java/org/hibernate/orm/test/sql/hand/query/NativeSQLQueriesTest.java
A
hibernate-core/src/test/java/org/hibernate/test/sql/hand/query/NativeSQLQueriesTest.java
Log Message:
-----------
Updated test to JUnit5 to remove reference to Dialect subclass
Moved it back for now to the old location, since it fails with a
non-related error that will have to be looked at as soon as there is an
implementation for composite sub-types
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>