Skip to content

Commit 0a3c0b5

Browse files
committed
AJ-612:add test case about getMsg
1 parent 3829eab commit 0a3c0b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/com/xxdb/streaming/client/BasicMessageTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public void test_BasicMessage() throws Exception {
2424
BasicMessage bm = new BasicMessage(0L,"first",bav,map);
2525
assertEquals("(6.4, 9.2)",bm.getValue(1).toString());
2626
assertEquals("China",bm.getValue("mongoDB").toString());
27+
assertEquals("(5,(6.4, 9.2),China,15.48)",bm.getMsg().getString());
2728
}
2829

2930
}

0 commit comments

Comments
 (0)