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:
Gary Dusbabek 2011-03-14 20:30:12 +00:00
parent dbf795c41f
commit 7a30116632
1 changed files with 1 additions and 1 deletions

View File

@ -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> ()