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:
John Verhaeg 2011-10-11 11:20:13 -05:00
parent 4cb4a25994
commit 8473c4a47b

View File

@ -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