summaryrefslogtreecommitdiff
path: root/tests/linkextractor_tests.h
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2013-08-06 16:21:26 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2013-08-06 16:21:26 +0300
commit1ea55bb8190e782940ff893ac8d492acabbbc886 (patch)
treec7e986e1f26abf4590ee523979ced5aff2d1c2cb /tests/linkextractor_tests.h
parentcdec30061f66f8fea2df8629ef892f9a32d4d23c (diff)
downloadvdr-plugin-webvideo-1ea55bb8190e782940ff893ac8d492acabbbc886.tar.gz
vdr-plugin-webvideo-1ea55bb8190e782940ff893ac8d492acabbbc886.tar.bz2
Show title attribute of <a> when present
Diffstat (limited to 'tests/linkextractor_tests.h')
-rw-r--r--tests/linkextractor_tests.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/linkextractor_tests.h b/tests/linkextractor_tests.h
index 49d2c7f..62cc52f 100644
--- a/tests/linkextractor_tests.h
+++ b/tests/linkextractor_tests.h
@@ -25,10 +25,8 @@ void test_link_extractor_invalid_html(LinkExtractorFixture *fixture,
void test_link_extractor_relative_urls(LinkExtractorFixture *fixture,
gconstpointer test_data);
void test_link_extractor_html_title(LinkExtractorFixture *fixture,
- G_GNUC_UNUSED gconstpointer test_data);
-
-void test_link_extractor_xml(LinkExtractorFixture *fixture,
- gconstpointer test_data);
-
-
+ gconstpointer test_data);
+void test_link_extractor_title_overrides_content(LinkExtractorFixture *fixture,
+ gconstpointer test_data);
+
#endif // LINK_EXTRACTOR_TESTS_H