0x03: server chat packet test fixed

This commit is contained in:
Xabier de Zuazo 2013-08-07 19:16:05 +02:00
parent 6a530522a6
commit bdc703a3f0

View file

@ -51,7 +51,8 @@ var values = {
'ushort': 123, 'ushort': 123,
'byte': -10, 'byte': -10,
'ubyte': 8, '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), 'byteArray16': new Buffer(8),
'bool': true, 'bool': true,
'double': 99999.2222, 'double': 99999.2222,