package forge; import org.testng.annotations.Test; /** * Created by IntelliJ IDEA. * User: dhudson */ @Test(timeOut = 1000, enabled = false) public class GuiDownloadSetPicturesLQTest { /** * */ @Test(enabled = false, timeOut = 1000) public void GuiDownloadSetPicturesLQTest1() { Gui_DownloadSetPictures_LQ.startDownload(null); } }