more robust 0x28 test

This commit is contained in:
Andrew Kelley 2013-02-02 15:19:37 -05:00
parent 9c476600ea
commit 174481fc2a

View File

@ -81,11 +81,14 @@ var values = {
addBitMap: 10, addBitMap: 10,
}], }],
}, },
'entityMetadata': [{ 'entityMetadata': [
type: 'int', { key: 17, value: 0, type: 'int' },
key: 3, { key: 0, value: 0, type: 'byte' },
value: 100, { key: 16, value: 0, type: 'byte' },
}], { key: 1, value: 300, type: 'short' },
{ key: 19, value: 0, type: 'int' },
{ key: 18, value: 1, type: 'int' },
],
'objectData': { 'objectData': {
intField: 9, intField: 9,
velocityX: 1, velocityX: 1,