mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Fix Maven site links, Make unit test shorter, add svn rev to manifest
This commit is contained in:
@@ -6,13 +6,13 @@ import org.testng.annotations.Test;
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: dhudson
|
||||
*/
|
||||
@Test(groups = {"UnitTest"}, timeOut = 5000, enabled = false)
|
||||
@Test(groups = {"UnitTest"}, timeOut = 1000, enabled = false)
|
||||
public class ListChooserTest {
|
||||
/**
|
||||
*
|
||||
*
|
||||
*/
|
||||
@Test(timeOut = 5000)
|
||||
@Test(timeOut = 1000)
|
||||
public void ListChooserTest1() {
|
||||
ListChooser<String> c = new ListChooser<String>("test", "choose a or b", 0, 2, "a", "b");
|
||||
System.out.println(c.show());
|
||||
|
||||
Reference in New Issue
Block a user