package skrueger.geotools.io; import org.junit.Test; import schmitzm.junit.TestingClass; public class DbSettingsJComboBoxTest extends TestingClass { @Test public void testListChanged() { new DbSettingsJComboBox(new DbServerList(new GtDbServerSettings())) .listChanged(); } }