From 499685e054000e2b05a8f9b1e50eb41f757dd235 Mon Sep 17 00:00:00 2001 From: Steve Loveless Date: Mon, 1 Jul 2013 21:26:14 -0700 Subject: [PATCH] Removed comments This is related to and should be fixed by the implementation of gh-15. --- spec/integration/client_use_spec.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spec/integration/client_use_spec.rb b/spec/integration/client_use_spec.rb index bbf02b6..860175b 100644 --- a/spec/integration/client_use_spec.rb +++ b/spec/integration/client_use_spec.rb @@ -77,9 +77,7 @@ subject.setup('rtsp://localhost/some_track') subject.session[:session_id].should == '1234567890' end - # order is not specified in the RFC spec , i am a ruby noob, but parselet - # does not seem to work well with things out of order - # is there a better altenative that is more like a JSON parser where order does not matter? + it 'extracts the session number with a client_port then source in transport' do @setup_maybeSource_maybePorts = 'client_port=9000-9001;source=10.221.222.235;server_port=6700-6701'