[mythtv-commits] Ticket #3220: manually scheduled show can fail ProgramInfo::issameprogram() test because the description is null.

MythTV mythtv at cvs.mythtv.org
Sat Mar 17 12:30:09 UTC 2007


#3220: manually scheduled show can fail ProgramInfo::issameprogram() test because
the description is null.
----------------------+-----------------------------------------------------
 Reporter:  skamithi  |       Owner:  skamithi
     Type:  defect    |      Status:  new     
 Priority:  trivial   |   Milestone:  0.21    
Component:  mythtv    |     Version:  head    
 Severity:  medium    |  
----------------------+-----------------------------------------------------
 While playing around with manually scheduled shows, I found that a
 manually recorded show can fail any test of ProgramInfo::IsSameProgram
 because the description is blank.

 The ProgramInfo::IsSameProgram has a test that states that if the
 description is null return false.
 Not sure why the description cannot be null, but figured that its simple
 enough to copy the title of a manual recording to the description.

 patch simply copies the title to the description.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3220>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list