mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Removed a couple of comments that were lying about referring to problems I've since fixed
This commit is contained in:
parent
e7fdbeee3c
commit
9887cddeb8
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ describe LogStash::Inputs::Relp do
|
|||
logger=Queue.new
|
||||
(@input.instance_eval { @logger }).subscribe(logger)
|
||||
|
||||
assert_raises(Relp::ConnectionClosed) do#TODO: I think these exceptions are being raised wrong somehow
|
||||
assert_raises(Relp::ConnectionClosed) do
|
||||
rc=RelpClient.new('127.0.0.1',15515,['syslog'])
|
||||
badframe=Hash.new
|
||||
badframe['command']='badcommand'
|
||||
|
@ -99,7 +99,7 @@ describe LogStash::Inputs::Relp do
|
|||
logger=Queue.new
|
||||
(@input.instance_eval { @logger }).subscribe(logger)
|
||||
|
||||
assert_raises(Relp::ConnectionClosed) do #TODO: I think these exceptions are being raised wrong somehow
|
||||
assert_raises(Relp::ConnectionClosed) do
|
||||
rc=RelpClient.new('127.0.0.1',15515,['syslog'])
|
||||
badframe=Hash.new
|
||||
badframe['command']='open'#it's not expecting open again
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue