revid: renamed tests relating to mtsSender

This commit is contained in:
Saxon 2019-03-12 16:22:11 +10:30
parent 3230e4c2dd
commit 3761b55f87
1 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ func log(lvl int8, msg string, args ...interface{}) {
// TestSegment ensures that the mtsSender correctly segments data into clips
// based on positioning of PSI in the mtsEncoder's output stream.
func TestSegment(t *testing.T) {
func TestMtsSenderSegment(t *testing.T) {
mts.Meta = meta.New()
// Create ringBuffer, sender, loadsender and the MPEGTS encoder.
@ -188,7 +188,7 @@ func TestSegment(t *testing.T) {
}
}
func TestSendFailDiscontinuity(t *testing.T) {
func TestMtsSenderDiscontinuity(t *testing.T) {
mts.Meta = meta.New()
// Create ringBuffer sender, loadSender and the MPEGTS encoder.