xmltv/t/data-tv_imdb Movie100-years.xml, NONE, 1.1 Movie100-years.xml-expected, NONE, 1.1 Movie1.xml, 1.1, 1.2
Jerry Veldhuis <[email protected]>
| Newsgroups | gmane.comp.tv.xmltv.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/xmltv/xmltv/t/data-tv_imdb
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32395/t/data-tv_imdb
Modified Files:
Movie1.xml
Added Files:
Movie100-years.xml Movie100-years.xml-expected
Log Message:
test matching years
Index: Movie1.xml
===================================================================
RCS file: /cvsroot/xmltv/xmltv/t/data-tv_imdb/Movie1.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Movie1.xml 8 Mar 2015 19:45:52 -0000 1.1
--- Movie1.xml 8 Mar 2015 20:21:26 -0000 1.2
***************
*** 3,6 ****
--- 3,7 ----
<tv>
<programme channel="channel0" start="20010829000500 MST">
+ <!-- match confirmed by correct director, actors, plot, rating and keywords in output -->
<title>Movie1</title>
<date>1990</date>
--- NEW FILE: Movie100-years.xml-expected ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE tv SYSTEM "xmltv.dtd">
<tv>
<programme start="20010829000500 MST" channel="channel0">
<title>Movie100</title>
<credits>
<director>In1915 Director</director>
</credits>
<date>1915</date>
<category lang="en">Movie</category>
<url>http://us.imdb.com/M/title-exact?Movie100%20%281915%29</url>
</programme>
<programme start="20010829000500 MST" channel="channel0">
<title>Movie100</title>
<credits>
<director>In1915 Director</director>
</credits>
<date>1914</date>
<category lang="en">Movie</category>
<url>http://us.imdb.com/M/title-exact?Movie100%20%281915%29</url>
</programme>
<programme start="20010829000500 MST" channel="channel0">
<title>Movie100</title>
<credits>
<director>In1915 Director</director>
</credits>
<date>1913</date>
<category lang="en">Movie</category>
<url>http://us.imdb.com/M/title-exact?Movie100%20%281915%29</url>
</programme>
<programme start="20010829000500 MST" channel="channel0">
<title>Movie100</title>
<date>1912</date>
</programme>
<programme start="20010829000500 MST" channel="channel0">
<title>Movie100</title>
<credits>
<director>In1915 Director</director>
</credits>
<date>1916</date>
<category lang="en">Movie</category>
<url>http://us.imdb.com/M/title-exact?Movie100%20%281915%29</url>
</programme>
<programme start="20010829000500 MST" channel="channel0">
<title>Movie100</title>
<credits>
<director>In1915 Director</director>
</credits>
<date>1917</date>
<category lang="en">Movie</category>
<url>http://us.imdb.com/M/title-exact?Movie100%20%281915%29</url>
</programme>
<programme start="20010829000500 MST" channel="channel0">
<title>Movie100</title>
<date>1918</date>
</programme>
<programme start="20010829000500 MST" channel="channel0">
<title>Movie100</title>
<credits>
<director>In1943 Director</director>
</credits>
<date>1943</date>
<category lang="en">Movie</category>
<url>http://us.imdb.com/M/title-exact?Movie100%20%281943%29</url>
</programme>
<programme start="20010829000500 MST" channel="channel0">
<title>Movie100</title>
<credits>
<director>In1953 Director</director>
</credits>
<date>1953</date>
<category lang="en">Movie</category>
<url>http://us.imdb.com/M/title-exact?Movie100%20%281953%29</url>
</programme>
<programme start="20010829000500 MST" channel="channel0">
<title>Movie100</title>
<date>1989</date>
</programme>
<programme start="20010829000500 MST" channel="channel0">
<title>Movie100</title>
<date>1993</date>
<category lang="en">Video Movie</category>
<url>http://us.imdb.com/M/title-exact?Movie100%20%281993%29</url>
</programme>
</tv>
--- NEW FILE: Movie100-years.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE tv SYSTEM "xmltv.dtd">
<tv>
<programme channel="channel0" start="20010829000500 MST">
<title>Movie100</title>
<date>1915</date>
</programme>
<programme channel="channel0" start="20010829000500 MST">
<title>Movie100</title>
<date>1914</date>
</programme>
<programme channel="channel0" start="20010829000500 MST">
<title>Movie100</title>
<date>1913</date>
</programme>
<programme channel="channel0" start="20010829000500 MST">
<title>Movie100</title>
<date>1912</date>
</programme>
<programme channel="channel0" start="20010829000500 MST">
<!-- should not match > 2 years too early -->
<title>Movie100</title>
<date>1916</date>
</programme>
<programme channel="channel0" start="20010829000500 MST">
<title>Movie100</title>
<date>1917</date>
</programme>
<programme channel="channel0" start="20010829000500 MST">
<!-- should not match > 2 years too late -->
<title>Movie100</title>
<date>1918</date>
</programme>
<programme channel="channel0" start="20010829000500 MST">
<!-- match confirmed by correct director provided in output -->
<title>Movie100</title>
<date>1943</date>
</programme>
<programme channel="channel0" start="20010829000500 MST">
<!-- match confirmed by correct director provided in output -->
<title>Movie100</title>
<date>1953</date>
</programme>
<programme channel="channel0" start="20010829000500 MST">
<!-- won't match anything because tv_imdb ignores video games categories -->
<title>Movie100</title>
<date>1989</date>
</programme>
<programme channel="channel0" start="20010829000500 MST">
<!-- match confirmed by correct video movie cateogory provided in output -->
<title>Movie100</title>
<date>1993</date>
</programme>
</tv>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/