diff options
author | Antti Ajanki <antti.ajanki@iki.fi> | 2013-08-06 16:21:26 +0300 |
---|---|---|
committer | Antti Ajanki <antti.ajanki@iki.fi> | 2013-08-06 16:21:26 +0300 |
commit | 1ea55bb8190e782940ff893ac8d492acabbbc886 (patch) | |
tree | c7e986e1f26abf4590ee523979ced5aff2d1c2cb /tests/linkextractor_tests.h | |
parent | cdec30061f66f8fea2df8629ef892f9a32d4d23c (diff) | |
download | vdr-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.h | 10 |
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 |