Github user maoling commented on a diff in the pull request:

    https://github.com/apache/zookeeper/pull/650#discussion_r221910075
  
    --- Diff: src/java/test/org/apache/zookeeper/ZooKeeperTest.java ---
    @@ -566,4 +566,25 @@ public void testLsrNonexistantZnodeCommand() throws 
Exception {
                 Assert.assertEquals(KeeperException.Code.NONODE, 
((KeeperException)e.getCause()).code());
             }
         }
    +
    +    public void testSetAclRecursive() throws Exception {
    +        final ZooKeeper zk = createClient();
    --- End diff --
    
    @Test?


---

Reply via email to