Fix unit test failure by reverting assertion to FOO_COLUMN.
This commit is contained in:
parent
65f133186e
commit
96fc596109
|
@ -93,7 +93,7 @@ public class AddColumnTest extends BaseTest {
|
|||
getMigrator().migrate();
|
||||
fail();
|
||||
} catch (HapiMigrationException e) {
|
||||
assertThat(e.getMessage(), startsWith("HAPI-0047: Failure executing task \"Add column foo_column on table FOO_TABLE\", aborting! Cause: ca.uhn.fhir.jpa.migrate.HapiMigrationException: HAPI-0061: Failed during task 4.0.0.2001.01: "));
|
||||
assertThat(e.getMessage(), startsWith("HAPI-0047: Failure executing task \"Add column FOO_COLUMN on table FOO_TABLE\", aborting! Cause: ca.uhn.fhir.jpa.migrate.HapiMigrationException: HAPI-0061: Failed during task 4.0.0.2001.01: "));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue