+ disable test for JRedis (for now)

This commit is contained in:
Costin Leau
2010-12-02 19:42:59 +02:00
parent 0ad86a4bbf
commit fd35d4fe96
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ Read the main project [website](http://www.springsource.org/spring-data)) and th
Quick Start
-----------
# Redis
## Redis
For those in a hurry:
@@ -59,7 +59,7 @@ For those in a hurry:
listOps.rightPush(random, new Person("Jane", "Smith"));
List<Person> peopleOnSecondFloor = listOps.range("users:floor:2", 0, -1);
# Riak
## Riak
Contributing to Spring Data

View File

@@ -70,7 +70,7 @@ public abstract class AbstractConnectionIntegrationTests {
return connection.getClass().getSimpleName().startsWith("Jredis");
}
@Test
public void testByteValue() {
String value = UUID.randomUUID().toString();
Person person = new Person(value, value, 1, new Address(value, 2));