}
@Test
public void test_update_rollback() {
DbHolidayMaster w = new DbHolidayMaster(_holMaster.getDbConnector());
w.setElSqlBundle(ElSqlBundle.of(new ElSqlConfig("TestRollback"), DbHolidayMaster.class));
final HolidayDocument base = _holMaster.get(UniqueId.of("DbHol", "101", "0"));
UniqueId uniqueId = UniqueId.of("DbHol", "101", "0");
ManageableHoliday holiday = new ManageableHoliday(Currency.USD, Arrays.asList(LocalDate.of(2010, 6, 9)));
holiday.setUniqueId(uniqueId);
HolidayDocument input = new HolidayDocument(holiday);