Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. + exec /srv/ahome/peter/proj/build/mythtv/ttvdb/usr/share/mythtv/metadata/Television/ttvdb.py --doctest
  2. **********************************************************************
  3. File "/srv/ahome/peter/proj/build/mythtv/ttvdb/usr/share/mythtv/metadata/Television/ttvdb.py", line 125, in __main__
  4. Failed example:
  5. main()
  6. Expected:
  7. <?xml version='1.0' encoding='UTF-8'?>
  8. <metadata>
  9. <item>
  10. <title>Eleventh Hour (US)</title>
  11. <subtitle>H2O</subtitle>
  12. <description>An epidemic of sudden, violent outbursts by law-abiding citizens draws Dr. Jacob Hood to a quiet Texas community to investigate - but he soon succumbs to the same erratic behavior.</description>
  13. <season>1</season>
  14. <episode>10</episode>
  15. <certifications>
  16. <certification locale="us" name="TV-14"/>
  17. </certifications>
  18. <studios>
  19. <studio name="CBS"/>
  20. </studios>
  21. <runtime/>
  22. <inetref>83066</inetref>
  23. <collectionref>83066</collectionref>
  24. <imdb>1118697</imdb>
  25. <language>en</language>
  26. <year>2009</year>
  27. <releasedate>2009-01-15</releasedate>
  28. <people>
  29. <person job="Actor" name="Rufus Sewell" character="Jacob Hood" url="http://thetvdb.com/banners/actors/78899.jpg" thumb="http://thetvdb.com/banners/actors/78899.jpg"/>
  30. <person job="Actor" name="Marley Shelton" character="Rachel Young" url="http://thetvdb.com/banners/actors/78898.jpg" thumb="http://thetvdb.com/banners/actors/78898.jpg"/>
  31. <person job="Actor" name="Omar Benson Miller" character="Felix Lee" url="http://thetvdb.com/banners/" thumb="http://thetvdb.com/banners/"/>
  32. <person job="Actor" name="Chris Krauser" character="EMT" url="http://thetvdb.com/banners/" thumb="http://thetvdb.com/banners/"/>
  33. <person job="Actor" name="Erica Frene" character="Receptionist" url="http://thetvdb.com/banners/" thumb="http://thetvdb.com/banners/"/>
  34. <person job="Actor" name="Lei'lah Star" character="Sick Kid" url="http://thetvdb.com/banners/" thumb="http://thetvdb.com/banners/"/>
  35. <person job="Actor" name="Mark C. Baldwin" character="Infomercial Announcer" url="http://thetvdb.com/banners/" thumb="http://thetvdb.com/banners/"/>
  36. <person job="Director" name="McDonough"/>
  37. <person job="Author" name="Kim Newton"/>
  38. </people>
  39. <images>
  40. <image type="screenshot" url="http://thetvdb.com/banners/episodes/83066/416216.jpg" thumb="http://thetvdb.com/banners/_cache/episodes/83066/416216.jpg"/>
  41. <image type="coverart" url="http://www.thetvdb.com/banners/seasons/83066-1-2.jpg" thumb="http://www.thetvdb.com/banners/_cache/seasons/83066-1-2.jpg"/>
  42. <image type="coverart" url="http://www.thetvdb.com/banners/seasons/83066-1.jpg" thumb="http://www.thetvdb.com/banners/_cache/seasons/83066-1.jpg"/>
  43. <image type="fanart" url="http://www.thetvdb.com/banners/fanart/original/83066-1.jpg" thumb="http://www.thetvdb.com/banners/_cache/fanart/original/83066-1.jpg" width="1280" height="720"/>
  44. <image type="fanart" url="http://www.thetvdb.com/banners/fanart/original/83066-3.jpg" thumb="http://www.thetvdb.com/banners/_cache/fanart/original/83066-3.jpg" width="1280" height="720"/>
  45. <image type="fanart" url="http://www.thetvdb.com/banners/fanart/original/83066-5.jpg" thumb="http://www.thetvdb.com/banners/_cache/fanart/original/83066-5.jpg" width="1920" height="1080"/>
  46. <image type="fanart" url="http://www.thetvdb.com/banners/fanart/original/83066-2.jpg" thumb="http://www.thetvdb.com/banners/_cache/fanart/original/83066-2.jpg" width="1280" height="720"/>
  47. <image type="fanart" url="http://www.thetvdb.com/banners/fanart/original/83066-4.jpg" thumb="http://www.thetvdb.com/banners/_cache/fanart/original/83066-4.jpg" width="1280" height="720"/>
  48. </images>
  49. </item>
  50. </metadata>
  51. 0
  52. Got:
  53. 1
  54. **********************************************************************
  55. File "/srv/ahome/peter/proj/build/mythtv/ttvdb/usr/share/mythtv/metadata/Television/ttvdb.py", line 178, in __main__
  56. Failed example:
  57. main()
  58. Expected:
  59. 0,1,2,3,4,5,6,7,8,9,10
  60. 0
  61. Got:
  62. 1
  63. **********************************************************************
  64. 1 items had failures:
  65. 2 of 26 in __main__
  66. ***Test Failed*** 2 failures.
  67. TestResults(failed=2, attempted=28)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement