Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
parent
b0cd198b1b
commit
9e03775a7f
|
@ -83,7 +83,6 @@ public class ValidUrlRuleTest extends AbstractRuleTestCase
|
|||
assertEquals("foo", _request.getAttribute(Dispatcher.ERROR_MESSAGE));
|
||||
}
|
||||
|
||||
@Disabled("Not working in jetty-9")
|
||||
@Test
|
||||
public void testInvalidShamrock() throws Exception
|
||||
{
|
||||
|
@ -97,7 +96,6 @@ public class ValidUrlRuleTest extends AbstractRuleTestCase
|
|||
assertEquals("foo", _request.getAttribute(Dispatcher.ERROR_MESSAGE));
|
||||
}
|
||||
|
||||
@Disabled("Not working in jetty-9")
|
||||
@Test
|
||||
public void testValidShamrock() throws Exception
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue