From 5bd8ee08a3e0f52893c1b7afa6bc4f062b7c062c Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 6 Dec 2021 19:59:51 +0100 Subject: matching: cleanup test files --- .../0.yaml | 13 ------------- .../1.yaml | 13 ------------- .../2.yaml | 16 ---------------- .../3.yaml | 16 ---------------- .../4.yaml | 16 ---------------- 5 files changed, 74 deletions(-) delete mode 100644 tests/files/fuzzy_release_match_release_exact_title_exact_contrib/0.yaml delete mode 100644 tests/files/fuzzy_release_match_release_exact_title_exact_contrib/1.yaml delete mode 100644 tests/files/fuzzy_release_match_release_exact_title_exact_contrib/2.yaml delete mode 100644 tests/files/fuzzy_release_match_release_exact_title_exact_contrib/3.yaml delete mode 100644 tests/files/fuzzy_release_match_release_exact_title_exact_contrib/4.yaml (limited to 'tests/files/fuzzy_release_match_release_exact_title_exact_contrib') diff --git a/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/0.yaml b/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/0.yaml deleted file mode 100644 index 2df8d9a..0000000 --- a/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/0.yaml +++ /dev/null @@ -1,13 +0,0 @@ -title: titles are case insensitive -date: 2021-11-08 -input: > - { - "contribs": [ - { - "raw_name": "Michael Adams" - } - ], - "title": "digital libraries", - "ext_ids": {} - } -expected: 2 diff --git a/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/1.yaml b/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/1.yaml deleted file mode 100644 index 1070408..0000000 --- a/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/1.yaml +++ /dev/null @@ -1,13 +0,0 @@ -title: another vanilla query -date: 2021-11-08 -input: > - { - "contribs": [ - { - "raw_name": "Poul-Henning Kamp" - } - ], - "title": "The hyperdimensional tar pit", - "ext_ids": {} - } -expected: 2 diff --git a/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/2.yaml b/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/2.yaml deleted file mode 100644 index 882e746..0000000 --- a/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/2.yaml +++ /dev/null @@ -1,16 +0,0 @@ -title: order of contribs does not matter -date: 2021-11-08 -input: > - { - "contribs": [ - { - "raw_name": "Maurice Florence" - }, - { - "raw_name": "Tuomo Tiisala" - } - ], - "title": "Foucault", - "ext_ids": {} - } -expected: 1 diff --git a/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/3.yaml b/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/3.yaml deleted file mode 100644 index 0a2ad12..0000000 --- a/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/3.yaml +++ /dev/null @@ -1,16 +0,0 @@ -title: order of contribs does not matter -date: 2021-11-08 -input: > - { - "contribs": [ - { - "raw_name": "Tuomo Tiisala" - }, - { - "raw_name": "Maurice Florence" - } - ], - "title": "Foucault", - "ext_ids": {} - } -expected: 1 diff --git a/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/4.yaml b/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/4.yaml deleted file mode 100644 index 36ea0fe..0000000 --- a/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/4.yaml +++ /dev/null @@ -1,16 +0,0 @@ -title: short version of name should not work -date: 2021-11-08 -input: > - { - "contribs": [ - { - "raw_name": "Tuomo Tiisala" - }, - { - "raw_name": "M. Florence" - } - ], - "title": "Foucault", - "ext_ids": {} - } -expected: 0 -- cgit v1.2.3