changeset 1259:7d6cd64ffd0c

Fix gui test to run with cacio review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-September/008303.html reviewed-by: jerboaa
author Mario Torre <neugens.limasoftware@gmail.com>
date Mon, 30 Sep 2013 16:38:48 +0200
parents 01f01fb9f63d
children aebcf2e03dc5
files client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/views/HostInformationPanelTest.java
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;