()
| 768 | } |
| 769 | |
| 770 | @Test (expected = NumberFormatException.class) |
| 771 | public void handleRootZnode91Colon() throws Exception { |
| 772 | final ZKCallback cb = zk_client.new ZKCallback(); |
| 773 | final byte[] data = "127.0.0.1:50511,1388534400000".getBytes(CHARSET); |
| 774 | cb.handleRootZnode(data); |
| 775 | } |
| 776 | |
| 777 | @Test |
| 778 | public void handleRootZnode91Resolve() throws Exception { |
nothing calls this directly
no test coverage detected