Skip to content

Commit

Permalink
fixup items
Browse files Browse the repository at this point in the history
  • Loading branch information
mbowBC committed Dec 5, 2017
1 parent 8c94adf commit 19f608c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion mpd/mpd.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ type CommonAttributesAndElements struct {
MimeType *string `xml:"mimeType,attr"`
SegmentProfiles *string `xml:"segmentProfiles,attr"`
Codecs *string `xml:"codecs,attr"`
MaximumSAPPeriod *string `xml:"MaximumSAPPeriod,attr"`
MaximumSAPPeriod *string `xml:"maximumSAPPeriod,attr"`
StartWithSAP *int64 `xml:"startWithSAP,attr"`
MaxPlayoutRate *string `xml:"maxPlayoutRate,attr"`
ScanType *string `xml:"scanType,attr"`
Expand Down
4 changes: 0 additions & 4 deletions mpd/segment_timeline_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import (
"testing"
"time"

"fmt"

"github.com/stretchr/testify/require"
"github.com/zencoder/go-dash/helpers/ptrs"
"github.com/zencoder/go-dash/helpers/testfixtures"
Expand All @@ -25,8 +23,6 @@ func TestSegmentTimelineSerialization(t *testing.T) {
found, err := tc.In.WriteToString()
require.NoError(t, err)
expected := testfixtures.LoadFixture("fixtures/" + tc.Out)
fmt.Println(expected)
fmt.Println(found)
require.Equal(t, expected, found)
})
}
Expand Down

0 comments on commit 19f608c

Please sign in to comment.