}
catch (Exception e)
{
harness.fail("Problem setting TestLookAndFeel");
}
c1.updateUI();
JComboBox c2 = new JComboBox();
harness.check(c1.getEditor(), editor);
harness.check(c2.getEditor() instanceof BasicComboBoxEditor.UIResource);
// restore MetalLookAndFeel so as not to interfere with other tests