Fix some broken U tests (there are stille broken tests, working on it)

This commit is contained in:
Yaourt
2010-11-04 18:55:00 +01:00
parent abd464f9bd
commit ead39394a1
7 changed files with 86 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ package redis.clients.jedis.tests.commands;
import java.io.IOException;
import java.net.UnknownHostException;
import junit.framework.Assert;
import org.junit.Assert;
import org.junit.After;
import org.junit.Before;