Fix Maven site links, Make unit test shorter, add svn rev to manifest

This commit is contained in:
jendave
2011-08-10 16:57:20 +00:00
parent 2552467c8b
commit 78b668297e
3 changed files with 30 additions and 9 deletions

View File

@@ -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());