liquibase.dbtest.hsqldb
Class HsqlIntegrationTest
java.lang.Object
liquibase.dbtest.AbstractIntegrationTest
liquibase.dbtest.hsqldb.HsqlIntegrationTest
public class HsqlIntegrationTest
- extends AbstractIntegrationTest
Method Summary |
void |
testDiffExternalForeignKeys()
We expect a DatabaseException because HSQLDB 1.8 doesn't support fks beetween schemas.
|
Methods inherited from class liquibase.dbtest.AbstractIntegrationTest |
clearDatabase, createLiquibase, createProperties, getDatabase, getDatabaseServerHostname, getSchemasToDrop, runUpdateOnOldChangelogTableFormat, setUp, shouldRollBack, tearDown, testAbsolutePathChangeLog, testClearChecksums, testDbDoc, testDiff, testEncodingUpdating2SQL, testEncondingUpdatingDatabase, testExecuteExtChangelog, testOutputChangeLog, testRerunDiffChangeLog, testRerunDiffChangeLogAltSchema, testRollbackableChangeLog, testRollbackableChangeLogScriptOnExistingDatabase, testRollbackableChangeLogScriptOnFutureDatabase, testRollbackToChange, testRunChangeLog, testTag, testTagEmptyDatabase, testUnrunChangeSetsEmptyDatabase, testUpdateTwice |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HsqlIntegrationTest
public HsqlIntegrationTest()
throws Exception
- Throws:
Exception
testDiffExternalForeignKeys
public void testDiffExternalForeignKeys()
throws Exception
- We expect a DatabaseException because HSQLDB 1.8 doesn't support fks beetween schemas.
- Overrides:
testDiffExternalForeignKeys
in class AbstractIntegrationTest
- Throws:
Exception
Copyright © 2004-2011 Liquibase.org. All Rights Reserved.