handle exceptions of native execution

This commit is contained in:
Costin Leau
2012-06-25 19:06:12 +03:00
parent d313da7a98
commit 64c527c088
6 changed files with 160 additions and 42 deletions

View File

@@ -91,4 +91,8 @@ public class JRedisConnectionIntegrationTests extends AbstractConnectionIntegrat
public void testBitSet() throws Exception {
}
@Ignore
public void exceptionExecuteNativeWithPipeline() throws Exception {
}
}