diff options
author | Antti Ajanki <antti.ajanki@iki.fi> | 2013-08-06 18:05:44 +0300 |
---|---|---|
committer | Antti Ajanki <antti.ajanki@iki.fi> | 2013-08-06 18:05:44 +0300 |
commit | 27b116a64069ba0c0d734073fd33b5fb67958024 (patch) | |
tree | d96f7be107b119467aa9819a16db9b9bf8863fc7 /tests/linkextractor_tests.h | |
parent | 1ea55bb8190e782940ff893ac8d492acabbbc886 (diff) | |
download | vdr-plugin-webvideo-27b116a64069ba0c0d734073fd33b5fb67958024.tar.gz vdr-plugin-webvideo-27b116a64069ba0c0d734073fd33b5fb67958024.tar.bz2 |
Hide duplicate links
Diffstat (limited to 'tests/linkextractor_tests.h')
-rw-r--r-- | tests/linkextractor_tests.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/linkextractor_tests.h b/tests/linkextractor_tests.h index 62cc52f..cea6e2d 100644 --- a/tests/linkextractor_tests.h +++ b/tests/linkextractor_tests.h @@ -28,5 +28,7 @@ void test_link_extractor_html_title(LinkExtractorFixture *fixture, gconstpointer test_data); void test_link_extractor_title_overrides_content(LinkExtractorFixture *fixture, gconstpointer test_data); +void test_link_extractor_remove_duplicates(LinkExtractorFixture *fixture, + gconstpointer test_data); #endif // LINK_EXTRACTOR_TESTS_H |