Fix some tests not ignored on Redis 2.4
This commit is contained in:
@@ -369,6 +369,7 @@ abstract public class AbstractConnectionTransactionIntegrationTests extends
|
||||
}
|
||||
|
||||
@Test
|
||||
@IfProfileValue(name = "redisVersion", value = "2.6")
|
||||
public void testScriptLoadEvalSha() {
|
||||
convert = false;
|
||||
super.testScriptLoadEvalSha();
|
||||
|
||||
@@ -162,6 +162,7 @@ public class SrpConnectionTransactionIntegrationTests extends AbstractConnection
|
||||
}
|
||||
|
||||
@Test
|
||||
@IfProfileValue(name = "redisVersion", value = "2.6")
|
||||
public void testHIncrByDouble() {
|
||||
actual.add(connection.hSet("test", "key", "2.9"));
|
||||
actual.add(connection.hIncrBy("test", "key", 3.5));
|
||||
@@ -193,6 +194,7 @@ public class SrpConnectionTransactionIntegrationTests extends AbstractConnection
|
||||
}
|
||||
|
||||
@Test
|
||||
@IfProfileValue(name = "redisVersion", value = "2.6")
|
||||
public void testBitCount() {
|
||||
convertBooleanToLong = true;
|
||||
super.testBitCount();
|
||||
|
||||
Reference in New Issue
Block a user