Tests can throw any exception.

This commit is contained in:
Simone Bordet 2016-10-27 17:10:34 +02:00
parent 5ad8f2a777
commit bda08ad9e3
1 changed files with 4 additions and 4 deletions

View File

@ -18,9 +18,6 @@
package org.eclipse.jetty.quickstart;
import static org.hamcrest.Matchers.is;
import static org.junit.Assert.assertThat;
import java.io.File;
import java.net.MalformedURLException;
import java.net.URI;
@ -29,6 +26,9 @@ import org.eclipse.jetty.toolchain.test.MavenTestingUtils;
import org.eclipse.jetty.util.resource.Resource;
import org.junit.Test;
import static org.hamcrest.Matchers.is;
import static org.junit.Assert.assertThat;
public class AttributeNormalizerTest
{
@Test
@ -82,7 +82,7 @@ public class AttributeNormalizerTest
@Test
public void testNormalizeURIs() throws MalformedURLException
public void testNormalizeURIs() throws Exception
{
String testWar = EnvUtils.toSystemPath("/opt/jetty-distro/demo.base/webapps/FOO");