}
@Test
public void testSaveAttributesNotSet() {
HostAttributes attributes = HOST_A_ATTRS.newBuilder();
attributes.unsetAttributes();
insert(IHostAttributes.build(attributes));
assertEquals(
Optional.of(IHostAttributes.build(attributes.setAttributes(ImmutableSet.<Attribute>of()))),
read(HOST_A));