tests: Remove initial dummy message workaround

I can't reproduce the problem this works around anymore.  If it comes back,
let's debug and figure out what's happening.

(imported from commit 26096405a93a530e449c9f1f60d8110b1bb0e96b)
This commit is contained in:
Keegan McAllister 2013-03-20 18:38:54 -04:00
parent 8e6587e92f
commit b2dea39fad

View File

@ -141,14 +141,6 @@ casper.then(function () {
casper.test.info('Sending messages');
});
// FIXME: The first message is dropped for some reason.
// Need to investigate why.
wait_and_send('stream', {
stream: 'Verona',
subject: 'dummy',
content: 'dummy'
});
wait_and_send('stream', {
stream: 'Verona',
subject: 'frontend test',