mirror of https://github.com/apache/cassandra
merge from 0.7
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1088806 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
da53a3a050
commit
6fc5ccaeb7
|
|
@ -97,8 +97,8 @@ public abstract class PartitionerTestCase<T extends Token>
|
|||
@Test
|
||||
public void testMidpointWrapping()
|
||||
{
|
||||
//assertMidpoint(tok("b"), tok("a"), 16);
|
||||
//assertMidpoint(tok("bbb"), tok("a"), 16);
|
||||
assertMidpoint(tok("b"), tok("a"), 16);
|
||||
assertMidpoint(tok("bbb"), tok("a"), 16);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Reference in New Issue