Fix some broken U tests (there are stille broken tests, working on it)
This commit is contained in:
@@ -46,6 +46,8 @@ public class JedisTest extends JedisCommandTestBase {
|
||||
|
||||
@SuppressWarnings("rawtypes")
|
||||
public static void compareList(List expected, List result) {
|
||||
assertEquals(expected.size(), result.size());
|
||||
|
||||
final Iterator expectedit = expected.iterator();
|
||||
final Iterator responseit = result.iterator();
|
||||
while(expectedit.hasNext()) {
|
||||
|
||||
Reference in New Issue
Block a user