Fix new test to work with ddp-pre1

This commit is contained in:
Naomi Seyfer
2013-01-09 14:12:27 -08:00
committed by David Glasser
parent 2f57c23321
commit 933fe4c6fc

View File

@@ -1288,7 +1288,7 @@ Tinytest.add("livedata connection - onReconnect with sent messages", function(te
params: ['login'], id: '*'});
// we connect.
stream.receive({msg: 'connected', session: Meteor.uuid()});
stream.receive(makeConnectMessage(Meteor.uuid()));
test.length(stream.sent, 0);
// login got result (but not yet data)