summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-03-27 19:00:52 +0100
committerBastien Nocera <hadess@hadess.net>2014-03-27 20:15:51 +0100
commit0270383ceb17a202a78f73acffdfd0837ff12d34 (patch)
treebb03f7758c3f2ff7b9f7f0d0c6758b8d4905b512 /tests
parent9bb477ecf935c41aa54a61052c4ac85ff778d668 (diff)
downloadgrilo-plugins-0270383ceb17a202a78f73acffdfd0837ff12d34.tar.gz
test: Add some broken tests with FIXMEs
This will be helpful to point out known bugs in the episode parsing.
Diffstat (limited to 'tests')
-rw-r--r--tests/local-metadata/test_local_metadata.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/local-metadata/test_local_metadata.c b/tests/local-metadata/test_local_metadata.c
index 81aa2fd..ae90bf8 100644
--- a/tests/local-metadata/test_local_metadata.c
+++ b/tests/local-metadata/test_local_metadata.c
@@ -94,7 +94,14 @@ test_episodes (void)
{ "metalocalypse.s02e01.dvdrip.xvid-ffndvd.avi", NULL, "metalocalypse", 2, 1 },
{ "Boardwalk.Empire.S04E01.HDTV.x264-2HD.mp4", NULL, "Boardwalk Empire", 4, 1 },
{ NULL, "file:///home/test/My%20super%20series.S01E01.mp4", "My super series", 1, 1 },
- { "Adventure Time - 2x01 - It Came from the Nightosphere.mp4", NULL, "Adventure Time", 2, 1 }
+ { "Adventure Time - 2x01 - It Came from the Nightosphere.mp4", NULL, "Adventure Time", 2, 1 },
+
+ /* FIXME: Incorrect checks below */
+
+ /* https://bugzilla.gnome.org/show_bug.cgi?id=725025 */
+ { "My.Neighbor.Totoro.1988.1080p.BluRay.X264.mkv", NULL, "My Neighbor Totoro", 19, 88 },
+ /* https://bugzilla.gnome.org/show_bug.cgi?id=727181 */
+ { NULL, "file:///home/hadess/.cache/totem/media/140127Mata-16x9%20(bug%20723166).mp4", "140127Mata-16x9 (bug", 72, 31 }
};