add support for java 1.5
This commit is contained in:
@@ -37,7 +37,7 @@ public class PipeliningTest extends Assert {
|
||||
});
|
||||
|
||||
assertEquals(2, results.size());
|
||||
assertArrayEquals("OK".getBytes(Protocol.UTF8), (byte[])results.get(0));
|
||||
assertArrayEquals("bar".getBytes(Protocol.UTF8), (byte[])results.get(1));
|
||||
assertArrayEquals("OK".getBytes(Protocol.CHARSET), (byte[])results.get(0));
|
||||
assertArrayEquals("bar".getBytes(Protocol.CHARSET), (byte[])results.get(1));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user