Skip to content

Commit

Permalink
fix pause test, server could still have a queued receive_data after p…
Browse files Browse the repository at this point in the history
…ausing
  • Loading branch information
steve authored and tmm1 committed Oct 18, 2009
1 parent fa2cf66 commit 37bf73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pause.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_pause_resume

EM.add_timer(1) do
test.assert server.paused?
test.assert_equal 2, s_rx
test.assert s_rx >= 2
test.assert c_rx >= 1
EM.stop_event_loop
end
Expand Down

0 comments on commit 37bf73d

Please sign in to comment.