mirror of https://github.com/apache/cassandra
fix build. make serializations tests do cleanup before running.
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1081549 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dbf795c41f
commit
7a30116632
|
|
@ -30,7 +30,7 @@ import java.io.IOException;
|
|||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
public class AbstractSerializationsTester extends SchemaLoader
|
||||
public class AbstractSerializationsTester extends CleanupHelper
|
||||
{
|
||||
protected static final String CUR_VER = System.getProperty("cassandra.version", "0.7");
|
||||
protected static final Map<String, Integer> VERSION_MAP = new HashMap<String, Integer> ()
|
||||
|
|
|
|||
Loading…
Reference in New Issue