Issue #107 - ResourceHandler range support testcase
This commit is contained in:
parent
4e426e9be3
commit
b357521899
|
@ -18,8 +18,6 @@
|
|||
|
||||
package org.eclipse.jetty.server.handler;
|
||||
|
||||
import static org.hamcrest.Matchers.is;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.FileWriter;
|
||||
import java.io.InputStream;
|
||||
|
@ -38,7 +36,9 @@ import org.junit.BeforeClass;
|
|||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
@Ignore("Unfixed range bug")
|
||||
import static org.hamcrest.Matchers.is;
|
||||
|
||||
@Ignore("Unfixed range bug - Issue #107")
|
||||
public class ResourceHandlerRangeTest
|
||||
{
|
||||
private static Server server;
|
||||
|
|
Loading…
Reference in New Issue