diff -r d91f600c4645 -r 2b6107e510d8 java/nekurak.net-ejb/test/cz/frantovo/nekurak/ext/TexyTest.java --- a/java/nekurak.net-ejb/test/cz/frantovo/nekurak/ext/TexyTest.java Mon May 24 19:00:43 2010 +0200 +++ b/java/nekurak.net-ejb/test/cz/frantovo/nekurak/ext/TexyTest.java Tue Jun 08 02:37:04 2010 +0200 @@ -12,14 +12,15 @@ public class TexyTest { private Texy texy = new Texy(); + private static final int CASOVY_LIMIT = 1000; - @Test + @Test(timeout = CASOVY_LIMIT) public void prostyText() { testuj("", ""); testuj("ahoj", "

ahoj

"); } - @Test + @Test(timeout = CASOVY_LIMIT) public void nadpisy() { testuj("===Nadpis===", "

Nadpis

"); }