container.commit();
}
Object id = container.addItem();
RowItem item = (RowItem) container.getItem(id);
item.getItemProperty("TEXT").setValue("foo");
container.commit();
}
@Test
public void construction_explicitSchema_shouldSucceed() throws SQLException {
if (SQLTestsConstants.createSchema == null