mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
rename files
This commit is contained in:
@@ -15,6 +15,6 @@ public class GuiDownloadPicturesLQTest {
|
||||
*/
|
||||
@Test(enabled = false, timeOut = 1000)
|
||||
public void GuiDownloadPicturesTest1() {
|
||||
new Gui_DownloadPictures_LQ(null);
|
||||
new GuiDownloadPicturesLQ(null);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,6 +13,6 @@ public class GuiDownloadSetPicturesLQTest {
|
||||
*/
|
||||
@Test(enabled = false, timeOut = 1000)
|
||||
public void GuiDownloadSetPicturesLQTest1() {
|
||||
new Gui_DownloadSetPictures_LQ(null);
|
||||
new GuiDownloadSetPicturesLQ(null);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,6 +15,6 @@ public class GuiMigrateLocalMWSSetPicturesHQTest {
|
||||
*/
|
||||
@Test(enabled = false, timeOut = 1000)
|
||||
public void GuiMigrateLocalMWSSetPicturesHQ1() {
|
||||
Gui_MigrateLocalMWSSetPictures_HQ.startDownload(null);
|
||||
GuiMigrateLocalMWSSetPicturesHQ.startDownload(null);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ public class GuiMultipleBlockers4Test {
|
||||
list.add(AllZone.getCardFactory().getCard("Frostling", null));
|
||||
|
||||
for (int i = 0; i < 2; i++) {
|
||||
new Gui_MultipleBlockers4(null, list, i + 1, null);
|
||||
new GuiMultipleBlockers4(null, list, i + 1, null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ public class GuiProgressBarWindowTest {
|
||||
@Test(groups = {"UnitTest", "fast"})
|
||||
public void GuiProgressBarWindowTest1() {
|
||||
try {
|
||||
Gui_ProgressBarWindow dialog = new Gui_ProgressBarWindow();
|
||||
GuiProgressBarWindow dialog = new GuiProgressBarWindow();
|
||||
dialog.setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);
|
||||
dialog.setVisible(true);
|
||||
Assert.assertNotNull(dialog);
|
||||
|
||||
Reference in New Issue
Block a user