* enable additional HBM tests

* fixed minor bug
* re-organized tests related to mapping assertions
This commit is contained in:
Steve Ebersole 2020-04-28 10:50:09 -05:00
parent 1aab2219ce
commit 933788789d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
* License: GNU Lesser General Public License (LGPL), version 2.1 or later * License: GNU Lesser General Public License (LGPL), version 2.1 or later
* See the lgpl.txt file in the root directory or http://www.gnu.org/licenses/lgpl-2.1.html * See the lgpl.txt file in the root directory or http://www.gnu.org/licenses/lgpl-2.1.html
*/ */
package org.hibernate.orm.test.bootstrap; package org.hibernate.orm.test.bootstrap.schema;
import java.util.Properties; import java.util.Properties;