From bdc703a3f0ba8863a4094e5b0c2d339910dc49bf Mon Sep 17 00:00:00 2001 From: Xabier de Zuazo Date: Wed, 7 Aug 2013 19:16:05 +0200 Subject: [PATCH] 0x03: server chat packet test fixed --- test/test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index e18a36f..0e8fad2 100644 --- a/test/test.js +++ b/test/test.js @@ -51,7 +51,8 @@ var values = { 'ushort': 123, 'byte': -10, 'ubyte': 8, - 'string': "hi hi this is my string", + 'string': "hi hi this is my client string", + 'ustring': "hi hi this is my server string", 'byteArray16': new Buffer(8), 'bool': true, 'double': 99999.2222,