removed outstanding references to client

This commit is contained in:
brianc 2010-10-23 18:08:03 -05:00
parent 5fdf25c31d
commit ea165fef37

View File

@ -320,7 +320,7 @@ test('split buffer, single message parsing', function() {
var fullBuffer = buffers.dataRow([null, "bang", "zug zug", null, "!"]);
var stream = new MemoryStream();
stream.readyState = 'open';
var client = new Client({
var client = new Connection({
stream: stream
});
client.connect();
@ -379,7 +379,7 @@ test('split buffer, multiple message parsing', function() {
var messages = [];
var stream = new MemoryStream();
var client = new Client({
var client = new Connection({
stream: stream
});
client.connect();