mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-07 11:48:18 +00:00
HHH-6722: Removed extraneous assertion from testCreateAndDropOnlyType method that causes failures on dialects that don't support drop table if exists
This commit is contained in:
parent
4cb4a25994
commit
8473c4a47b
@ -60,7 +60,7 @@ public void testCreateAndDropOnlyType() {
|
||||
}
|
||||
// create w/o dropping again; should be an exception for each table
|
||||
// (2 total) because the tables exist already
|
||||
assertEquals( 0, schemaExport.getExceptions().size() );
|
||||
// assertEquals( 0, schemaExport.getExceptions().size() );
|
||||
schemaExport.execute( false, true, false, true );
|
||||
assertEquals( 2, schemaExport.getExceptions().size() );
|
||||
// drop tables only
|
||||
|
Loading…
x
Reference in New Issue
Block a user