Skip to content

Commit 0939490

Browse files
committed
test array/int2
1 parent 8f4644d commit 0939490

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/unit/client/typed-query-results-tests.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,14 @@ test('typed results', function() {
197197
expected :function(val){
198198
assert.deepEqual(val, [1.2,3.4]);
199199
}
200+
},{
201+
name : 'array/int2',
202+
format : 'text',
203+
dataTypeID: 1005,
204+
actual: '{-32768, -32767, 32766, 32767}',
205+
expected :function(val){
206+
assert.deepEqual(val, [-32768, -32767, 32766, 32767]);
207+
}
200208
},
201209

202210
{

0 commit comments

Comments
 (0)