diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-28 18:42:06 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-28 18:42:09 -0800 |
commit | 050bcae1dc1483479c1e5c7c44105f0c825a88d1 (patch) | |
tree | 2cfda31cfe0e90b416d99dd7775152ad392457e5 /python | |
parent | 1aa68e94508559d88891d44182e61aba07f828f5 (diff) | |
download | fatcat-050bcae1dc1483479c1e5c7c44105f0c825a88d1.tar.gz fatcat-050bcae1dc1483479c1e5c7c44105f0c825a88d1.zip |
fix matched test vector
this was resulting in a collision with default/example database objects.
Diffstat (limited to 'python')
-rw-r--r-- | python/tests/files/example_matched.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/files/example_matched.json b/python/tests/files/example_matched.json index 4d6a3a0f..c9c56405 100644 --- a/python/tests/files/example_matched.json +++ b/python/tests/files/example_matched.json @@ -1,5 +1,5 @@ { "dois": ["10.123/abc"], "sha1": "00242a192acc258bdfdb151943419437f440c313", "md5": "f4de91152c7ab9fdc2a128f962faebff", "sha256": "ffc1005680cb620eec4c913437dfabbf311b535cfe16cbaeb2faec1f92afc362", "size": 255629, "cdx": [{ "dt": "20170227164644", "url": "http://journals.plos.org/plosmedicine/article/file?id=10.1371/journal.pmed.0020124&type=printable" }], "mimetype": "application/pdf" } -{ "dois": ["10.123/abc"], "sha1": "3f242a192acc258bdfdb151943419437f440c313", "md5": "f4de91152c7ab9fdc2a128f962faebff", "sha256": "ffc1005680cb620eec4c913437dfabbf311b535cfe16cbaeb2faec1f92afc362", "size": 255629, "cdx": [{ "dt": "20170227164644", "url": "http://journals.plos.org/plosmedicine/article/file?id=10.1371/journal.pmed.0020124&type=printable" }], "mimetype": "application/pdf" , "urls": ["http://other.tld/asdf"]} +{ "dois": ["10.123/abc"], "sha1": "333333333acc258bdfdb151943419437f440c313", "md5": "f4de91152c7ab9fdc2a128f962faebff", "sha256": "ffc1005680cb620eec4c913437dfabbf311b535cfe16cbaeb2faec1f92afc362", "size": 255629, "cdx": [{ "dt": "20170227164644", "url": "http://journals.plos.org/plosmedicine/article/file?id=10.1371/journal.pmed.0020124&type=printable" }], "mimetype": "application/pdf" , "urls": ["http://other.tld/asdf"]} { "dois": ["10.456/1231123"], "sha1": "000000000000258bdfdb151943419437f440c313", "md5": "000000000000b9fdc2a128f962faebff", "sha256": "000000000000620eec4c913437dfabbf311b535cfe16cbaeb2faec1f92afc362", "size": 123, "cdx": [{ "dt": "20000000164644", "url": "http://no-plos.org/plosme" }], "mimetype": "application/txt" } {"size": 354118, "dois": ["10.1137/040604698"], "sha1": "00000088bbc15a03ab89d8da6c356bf25aea9519", "mimetype": "application/pdf", "md5": "f4308d58dc8806232c30edc56a896412", "cdx": [{"url": "http://lma.univ-pau.fr/data/pub/pub_pdf2004/0428.pdf", "dt": 2017}, {"url": "http://lma.univ-pau.fr/data/pub/pub_pdf2004/0428.pdf", "dt": 20170811223928}, {"url": "http://math.univ-lyon1.fr/homes-www/crauste/preprint04_5.pdf", "dt": 2017}, {"url": "http://math.univ-lyon1.fr/homes-www/crauste/preprint04_5.pdf", "dt": 20170809032234}, {"url": "http://math.univ-lyon1.fr/~crauste/preprint04_5.pdf", "dt": 20061118173248}, {"url": "http://math.univ-lyon1.fr/~crauste/preprint04_5.pdf", "dt": 20080221162433}, {"url": "http://math.univ-lyon1.fr/~crauste/preprint04_5.pdf", "dt": 20080419062447}]} {"size": null, "dois": ["10.3844/jmssp.2010.395.408"], "sha1": "000002d15f55047daafae1abf7e81c76b64e8062", "mimetype": "application/pdf", "md5": null, "cdx": [{"url": "http://math.uci.edu/%7Edsaari/non-parametric.pdf", "dt": 20080511221813}]} |