}
@Test
public void shouldRemoveLabelFromPersistenceIfStyleIsCleared()
throws Exception {
handlerUnderTest.dialog = new ColumnStyleEditorDialog(new Shell(), null);
handlerUnderTest.applySelectedStyleToColumns(commandFixture,
new int[] { 0 });
Style selectedStyle = (Style) configRegistryFixture.getConfigAttribute(
CELL_STYLE, NORMAL, handlerUnderTest.getConfigLabel(0));