mirror of https://bitbucket.org/ausocean/av.git
revid: renamed tests relating to mtsSender
This commit is contained in:
parent
3230e4c2dd
commit
3761b55f87
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue