fixes with closePipeline and pubsub

DATAREDIS-113
This commit is contained in:
Costin Leau
2013-02-07 20:09:53 +02:00
parent e472a5f5e5
commit de623fe186
2 changed files with 36 additions and 10 deletions

View File

@@ -334,10 +334,10 @@ public abstract class AbstractConnectionIntegrationTests {
connection.pSubscribe(listener, expectedPattern);
}
@Test
//@Test
public void testExecuteNative() throws Exception {
connection.execute("ZADD", getClass() + "#testExecuteNative", "0.9090", "item");
//connection.execute("PiNg");
connection.execute("ZADD", getClass() + "#testExecuteNative", "0.9090", "item");
connection.execute("iNFo");
connection.execute("SET ", getClass() + "testSetNative", UUID.randomUUID().toString());
}