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:
Sylvain Lebresne 2011-04-04 22:25:02 +00:00
parent da53a3a050
commit 6fc5ccaeb7
1 changed files with 2 additions and 2 deletions

View File

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