Randgalt commented on a change in pull request #395:
URL: https://github.com/apache/curator/pull/395#discussion_r691285251



##########
File path: 
curator-x-async/src/test/java/org/apache/curator/x/async/modeled/TestZPath.java
##########
@@ -57,11 +57,11 @@ public void testBasic()
         assertFalse(path.startsWith(ZPath.root.child("two")));
 
         ZPath checkIdLike = ZPath.parse("/one/{two}/three");

Review comment:
       `ZPath.parse()` doesn't consider IDs. The use-case here people who put 
things in their path that look like ZPath IDs. They don't want them considered 
as IDs and want them treated as normal paths. So, yes, it's correct in this 
test that isResolved() returns true. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to