fix to pass correct 'mock' data in rowDescription event to now more

demanding client
This commit is contained in:
brianc 2010-10-27 00:56:47 -05:00
parent f04ad8e64c
commit 05ba85ae79

View File

@ -77,7 +77,7 @@ test('executing query', function() {
});
test('handles rowDescription message', function() {
var handled = con.emit('rowDescription',{});
var handled = con.emit('rowDescription',{fields: [{}]});
assert.ok(handled, "should have handlded rowDescritpion");
});