tests: added test for binary null

This commit is contained in:
Alexander Sulfrian 2011-06-19 14:53:26 +02:00
parent abaa4a1020
commit a8acf9a656

View File

@ -183,6 +183,12 @@ test('typed results', function() {
dataTypeID: 16,
actual: [0],
expected: false
},{
name: 'binary-boolean null',
format: 'binary',
dataTypeID: 16,
actual: null,
expected: null
},{
name: 'binary-string',
format: 'binary',