rename tests

This commit is contained in:
aler9
2021-03-21 18:55:30 +01:00
parent 4009cf5b3a
commit 73a5831a60
6 changed files with 27 additions and 27 deletions

View File

@@ -13,7 +13,7 @@ import (
"github.com/aler9/gortsplib/pkg/headers"
)
func TestClientConnPublishSerial(t *testing.T) {
func TestClientPublishSerial(t *testing.T) {
for _, proto := range []string{
"udp",
"tcp",
@@ -144,7 +144,7 @@ func TestClientConnPublishSerial(t *testing.T) {
}
}
func TestClientConnPublishParallel(t *testing.T) {
func TestClientPublishParallel(t *testing.T) {
for _, proto := range []string{
"udp",
"tcp",
@@ -286,7 +286,7 @@ func TestClientConnPublishParallel(t *testing.T) {
}
}
func TestClientConnPublishPauseSerial(t *testing.T) {
func TestClientPublishPauseSerial(t *testing.T) {
for _, proto := range []string{
"udp",
"tcp",
@@ -446,7 +446,7 @@ func TestClientConnPublishPauseSerial(t *testing.T) {
}
}
func TestClientConnPublishPauseParallel(t *testing.T) {
func TestClientPublishPauseParallel(t *testing.T) {
for _, proto := range []string{
"udp",
"tcp",