mirror of https://bitbucket.org/ausocean/av.git
protocol/rtsp: commented TestReadResponse
This commit is contained in:
parent
f197acc50a
commit
944fe00e5d
|
@ -271,6 +271,7 @@ func rmSeqNum(s []string) ([]string, bool) {
|
|||
return nil, false
|
||||
}
|
||||
|
||||
// TestReadResponse checks that ReadResponse behaves as expected.
|
||||
func TestReadResponse(t *testing.T) {
|
||||
// input has been obtained from a valid RTSP response.
|
||||
input := []byte{
|
||||
|
|
Loading…
Reference in New Issue