no longer support snappy...

This commit is contained in:
Shay Banon 2013-04-25 09:38:50 +02:00
parent 982b570037
commit c4968d7d65
1 changed files with 0 additions and 5 deletions

View File

@ -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");