mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-27 10:28:48 +00:00
Fixed test based on wrong assumption.
This commit is contained in:
parent
23264f497f
commit
3c24e14a71
@ -11,7 +11,7 @@ import static org.junit.Assert.*;
|
||||
public class ModifyColumnTest extends BaseTest {
|
||||
@Test
|
||||
public void testColumnWithJdbcTypeClob() throws SQLException {
|
||||
executeSql("create table SOMETABLE (TEXTCOL varchar2(255 char), TEXTCOL2 clob)");
|
||||
executeSql("create table SOMETABLE (TEXTCOL clob)");
|
||||
|
||||
ModifyColumnTask task = new ModifyColumnTask();
|
||||
task.setTableName("SOMETABLE");
|
||||
|
Loading…
x
Reference in New Issue
Block a user