We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3829eab commit 0a3c0b5Copy full SHA for 0a3c0b5
1 file changed
test/com/xxdb/streaming/client/BasicMessageTest.java
@@ -24,6 +24,7 @@ public void test_BasicMessage() throws Exception {
24
BasicMessage bm = new BasicMessage(0L,"first",bav,map);
25
assertEquals("(6.4, 9.2)",bm.getValue(1).toString());
26
assertEquals("China",bm.getValue("mongoDB").toString());
27
+ assertEquals("(5,(6.4, 9.2),China,15.48)",bm.getMsg().getString());
28
}
29
30
0 commit comments