pjfawcett commented on a change in pull request #293: URL: https://github.com/apache/qpid-proton/pull/293#discussion_r566315615
########## File path: cpp/src/link_test.cpp ########## @@ -45,8 +55,107 @@ int test_link_name() return 0; } +/* + * Want to test remote properties so need to run a container and make loopback links. + * Basing these classes on those used in container_test.cpp but reducing the checks on + * container logic as that is not the subject of these tests. + */ Review comment: I vacillated about which source file was the best home for these tests. Happy to take your guidance and move them to the container tests. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org