You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/tests/functional/mongo_reply_parser_tests.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ exports['Should correctly parse message + in two packets from socket and smaller
244
244
/**
245
245
* @ignore
246
246
*/
247
-
exports['Should correctly parse message + in two packets from socket and smaller than 4 bytes additional one then partial message A']=function(configuration,test){
247
+
exports['Should correctly parse message + in two packets from socket and smaller than 4 bytes additional one then partial message']=function(configuration,test){
248
248
// Data object
249
249
varindex=0;
250
250
varbuffer=newBuffer(20);
@@ -295,7 +295,7 @@ exports['Should correctly parse message + in two packets from socket and smaller
295
295
/**
296
296
* @ignore
297
297
*/
298
-
exports['Should correctly parse message + in two packets from socket and smaller than 4 bytes additional one then partial message B']=function(configuration,test){
298
+
exports['Should correctly parse message + in two packets from socket and smaller than 4 bytes additional one then partial message into a bigger buffer']=function(configuration,test){
0 commit comments