[mythtv-firehose] mythtv branch master updated by peper03. v0.28-pre-2728-gba989bb

Git Repo Owner noreply at mythtv.org
Mon Mar 2 22:01:02 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user peper03.
       via  ba989bb2fbdf0740ae7ff369c5eee7074db4b239 (commit)
       via  ca1e1924989a0524dcb31fd75d98d0804199ba59 (commit)
      from  2e8c5f84c63e806272b474e08c2de4c8c10c13d1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ba989bb2fbdf0740ae7ff369c5eee7074db4b239
Author:    Richard Hulme <peper03 at mythtv.org> at Mon, 2 Mar 2015 22:49:50 +0100
Committer: Richard Hulme <peper03 at mythtv.org> at Mon, 2 Mar 2015 23:00:25 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ba989bb2fbdf0740ae7ff369c5eee7074db4b239

Add unit tests for EIT fixups (currently just for UK fixups).  Some stuff is currently broken so is marked as 'QEXPECT_FAIL' for now.



commit ca1e1924989a0524dcb31fd75d98d0804199ba59
Author:    Richard Hulme <peper03 at mythtv.org> at Mon, 2 Mar 2015 22:30:04 +0100
Committer: Richard Hulme <peper03 at mythtv.org> at Mon, 2 Mar 2015 23:00:24 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ca1e1924989a0524dcb31fd75d98d0804199ba59

Change UK EIT fixups to recognise season and episode numbers when total number of episodes is not given.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythtv/eitfixup.cpp                 |   26 +-
 .../libs/libmythtv/test/test_eitfixups/.gitignore  |    5 +
 .../test/test_eitfixups/test_eitfixups.cpp         |  312 ++++++++++++++++++++
 .../libmythtv/test/test_eitfixups/test_eitfixups.h |   41 +++
 .../test/test_eitfixups/test_eitfixups.pro         |   65 ++++
 5 files changed, 440 insertions(+), 9 deletions(-)
 create mode 100644 mythtv/libs/libmythtv/test/test_eitfixups/.gitignore
 create mode 100644 mythtv/libs/libmythtv/test/test_eitfixups/test_eitfixups.cpp
 create mode 100644 mythtv/libs/libmythtv/test/test_eitfixups/test_eitfixups.h
 create mode 100644 mythtv/libs/libmythtv/test/test_eitfixups/test_eitfixups.pro

-- 



More information about the mythtv-firehose mailing list