| 390 | }; |
| 391 | |
| 392 | int test_container_links_no_properties() { |
| 393 | link_test_handler th; |
| 394 | proton::container(th).run(); |
| 395 | ASSERT(th.had_receiver); |
| 396 | ASSERT(th.had_sender); |
| 397 | ASSERT_EQUAL(th.peer_receiver_properties.size(), 0u); |
| 398 | ASSERT_EQUAL(th.peer_sender_properties.size(), 0u); |
| 399 | return 0; |
| 400 | } |
| 401 | |
| 402 | int test_container_links_properties() { |
| 403 | proton::receiver_options r_opts; |