summaryrefslogtreecommitdiff
path: root/cpp/src/tests/ClientChannelTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/ClientChannelTest.cpp')
-rw-r--r--cpp/src/tests/ClientChannelTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/tests/ClientChannelTest.cpp b/cpp/src/tests/ClientChannelTest.cpp
index 8dc3e4b432..18c71527b6 100644
--- a/cpp/src/tests/ClientChannelTest.cpp
+++ b/cpp/src/tests/ClientChannelTest.cpp
@@ -207,6 +207,8 @@ class BasicClientChannelTest : public ClientChannelTestBase {
class MessageClientChannelTest : public ClientChannelTestBase {
CPPUNIT_TEST_SUITE(MessageClientChannelTest);
CPPUNIT_TEST(testPublishGet);
+ CPPUNIT_TEST(testGetNoContent);
+ CPPUNIT_TEST(testGetFragmentedMessage);
CPPUNIT_TEST_SUITE_END();
public:
MessageClientChannelTest() {