From b2dea39fadf0508a188831314bc93fdf5f8bf319 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Wed, 20 Mar 2013 18:38:54 -0400 Subject: [PATCH] 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) --- zephyr/tests/frontend/tests/01-site.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/zephyr/tests/frontend/tests/01-site.js b/zephyr/tests/frontend/tests/01-site.js index 6c5f630023..088a65ec49 100644 --- a/zephyr/tests/frontend/tests/01-site.js +++ b/zephyr/tests/frontend/tests/01-site.js @@ -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',