# HG changeset patch # User Mario Torre # Date 1380551928 -7200 # Node ID 7d6cd64ffd0c4a9b578facb0a1a6c651f5e44b05 # Parent 01f01fb9f63db51081c93296311ab9681a131247 Fix gui test to run with cacio review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-September/008303.html reviewed-by: jerboaa diff -r 01f01fb9f63d -r 7d6cd64ffd0c client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/views/HostInformationPanelTest.java --- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/views/HostInformationPanelTest.java Wed Aug 21 16:45:51 2013 +0200 +++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/views/HostInformationPanelTest.java Mon Sep 30 16:38:48 2013 +0200 @@ -41,6 +41,8 @@ import javax.swing.JFrame; import javax.swing.JTabbedPane; +import net.java.openjdk.cacio.ctc.junit.CacioFESTRunner; + import org.fest.swing.edt.FailOnThreadViolationRepaintManager; import org.fest.swing.edt.GuiActionRunner; import org.fest.swing.edt.GuiQuery; @@ -50,12 +52,14 @@ import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; +import org.junit.runner.RunWith; import com.redhat.thermostat.client.core.views.UIComponent; import com.redhat.thermostat.client.swing.TabbedPaneMatcher; import com.redhat.thermostat.client.swing.internal.views.HostInformationPanel; import com.redhat.thermostat.shared.locale.LocalizedString; +@RunWith(CacioFESTRunner.class) public class HostInformationPanelTest { private HostInformationPanel panel;