no longer support snappy...
This commit is contained in:
parent
982b570037
commit
c4968d7d65
|
@ -35,11 +35,6 @@ import static org.hamcrest.Matchers.not;
|
|||
*/
|
||||
public class CompressedStringTests {
|
||||
|
||||
@Test
|
||||
public void simpleTestsSnappy() throws IOException {
|
||||
simpleTests("snappy");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void simpleTestsLZF() throws IOException {
|
||||
simpleTests("lzf");
|
||||
|
|
Loading…
Reference in New Issue