Fixed issue with converting String to byte array

This commit is contained in:
Jonathan Leibiusky
2010-08-24 00:14:01 -03:00
parent ba6673fd3d
commit 2e3dc20c07
3 changed files with 78 additions and 17 deletions

View File

@@ -8,6 +8,8 @@ import java.util.Map;
import org.junit.Test;
import redis.clients.jedis.Protocol;
public class HashesCommandsTest extends JedisCommandTestBase {
@Test
public void hset() {
@@ -154,5 +156,4 @@ public class HashesCommandsTest extends JedisCommandTestBase {
expected.put("car", "bar");
assertEquals(expected, hash);
}
}