Skip to content

Commit

Permalink
SimpleStrategyTest extends CleanupHelper to avoid heisenbugs from oth…
Browse files Browse the repository at this point in the history
…er tests' left-overs

patch by jbellis

git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@1041109 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jbellis committed Dec 1, 2010
1 parent 7ba9561 commit a9e3fa1
Showing 1 changed file with 5 additions and 4 deletions.
Expand Up @@ -27,18 +27,19 @@
import java.util.HashSet;
import java.util.List;

import org.apache.cassandra.config.ConfigurationException;
import org.junit.Test;

import static org.junit.Assert.*;
import org.apache.cassandra.SchemaLoader;
import org.apache.cassandra.CleanupHelper;
import org.apache.cassandra.config.ConfigurationException;
import org.apache.cassandra.config.DatabaseDescriptor;
import org.apache.cassandra.db.Table;
import org.apache.cassandra.dht.*;
import org.apache.cassandra.service.StorageService;
import org.apache.cassandra.service.StorageServiceAccessor;

public class SimpleStrategyTest extends SchemaLoader
import static org.junit.Assert.*;

public class SimpleStrategyTest extends CleanupHelper
{
@Test
public void tryValidTable()
Expand Down

0 comments on commit a9e3fa1

Please sign in to comment.