DreamPearl commented on code in PR #370:
URL: https://github.com/apache/qpid-proton/pull/370#discussion_r882665698
##########
cpp/src/reconnect_test.cpp:
##########
@@ -159,6 +167,7 @@ class tester_base: public proton::messaging_handler {
}
void on_transport_close(proton::transport& t) override {
+ ASSERT_THROWS_MSG(proton::error, "No active connection",
t.connection().url());
Review Comment:
Checking for an exception thrown here when the connection is not active.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]