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/libwebvi_tests.c | |
| 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/libwebvi_tests.c')
| -rw-r--r-- | tests/libwebvi_tests.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/libwebvi_tests.c b/tests/libwebvi_tests.c index f754157..4d57a94 100644 --- a/tests/libwebvi_tests.c +++ b/tests/libwebvi_tests.c @@ -41,6 +41,10 @@ int main(int argc, char** argv) g_test_add("/linkextractor/html_title", LinkExtractorFixture, 0, link_extractor_fixture_setup, test_link_extractor_html_title, link_extractor_fixture_teardown); + g_test_add("/linkextractor/html_title", LinkExtractorFixture, 0, + link_extractor_fixture_setup, + test_link_extractor_title_overrides_content, + link_extractor_fixture_teardown); g_test_add_func("/menubuilder/mainmenu", test_mainmenu); g_test_add("/menubuilder/title", MenuBuilderFixture, 0, |
