Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#13489 closed Patch - Bug Fix (Fixed)

Fix TestIPTVRecorder after change to IPTVChannelInfo

Reported by: ijc Owned by: paul-h
Priority: blocker Milestone: 31.0
Component: MythTV - HTTP Streaming Version: Master Head
Severity: high Keywords:
Cc: paul-h Ticket locked: no

Description

My patches in https://code.mythtv.org/trac/ticket/13488 broke the related unit tests. My apologies.

Attached is the fix (also pushed to https://github.com/MythTV/mythtv/pull/184).

Commit message for reference:

    Fix TestIPTVRecorder after change to IPTVChannelInfo
    
    In a60e7429a09a ("IPTVChannelInfo: explictly set IPTVTuningData protocol to
    invalid") I removed `IPTVChannelInfo::IsValid()` thinking it was unused but
    missed the uses in these test cases. Reintroduce the method, but make it
    `protected` and a friend of the `TestIPTVRecorder` class.
    
    The above change also changed the behaviour of `IPTVChannelInfo`'s constructors
    such that the protocol is not always probed, and therefore `IsValid()` is not
    necessarily true. This is the case when constructed via
    `IPTVChannelFetcher::ParsePlayList`. Update `TestIPTVRecorder::ParseChanInfo` to
    reflect this by now asserting that the tuning data is not valid and that the
    protocol is `inValid` as expected.

Attachments (1)

0001-Fix-TestIPTVRecorder-after-change-to-IPTVChannelInfo.patch (6.8 KB) - added by ijc 5 years ago.

Download all attachments as: .zip

Change History (3)

Changed 5 years ago by ijc

comment:1 Changed 5 years ago by paul-h

Milestone: needs_triage31.0
Owner: changed from cpinkham to paul-h
Status: newaccepted

I'll commit this for now but I do want to store the protocol in the DB so we only have to do the test download once.

There are also some URL's we don't handle properly at all like this made up one since the URL doesn't end in .m3u8 :-

http://example.com:1234/playlist.m3u8?id=YYYY

comment:2 Changed 5 years ago by paul-h

Resolution: Fixed
Status: acceptedclosed

In [changeset:"36d96c956969a85feb8578f0cbe2cc42fee01016/mythtv"

36d96c956/mythtv]:

(The changeset message doesn't reference this ticket)

Last edited 5 years ago by paul-h (previous) (diff)
Note: See TracTickets for help on using tickets.