Skip to content

Commit

Permalink
Merge pull request #200 from szymonlopaciuk/add_citeable_to_test_records
Browse files Browse the repository at this point in the history
tests: fix failing tests after DoJSON update
  • Loading branch information
david-caro authored Dec 13, 2017
2 parents 0bf1655 + c443670 commit 269bc8e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
6 changes: 4 additions & 2 deletions tests/functional/desy/fixtures/desy_records_ftp_expected.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{
"core": true,
"core": true,
"citeable": true,
"documents": [
{
"url": "/tmp/file_urls/full/4467212407c5a5972dc563110d1975e30b8c4450.pdf",
Expand Down Expand Up @@ -221,7 +222,8 @@
}
},
{
"core": true,
"core": true,
"citeable": true,
"documents": [
{
"url": "http://bib-pubdb1.desy.de/record/389977/files/desy-thesis-17-035.title.pdf",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{
"core": true,
"core": true,
"citeable": true,
"documents": [
{
"url": "/tmp/file_urls/full/53e4ae5ef5adb35d0a7617afe76bf7f324fca2c2.pdf",
Expand Down Expand Up @@ -221,7 +222,8 @@
}
},
{
"core": true,
"core": true,
"citeable": true,
"documents": [
{
"url": "http://bib-pubdb1.desy.de/record/389977/files/desy-thesis-17-035.title.pdf",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{
"core": true,
"core": true,
"citeable": true,
"documents": [
{
"url": "http://bib-pubdb1.desy.de/record/389977/files/desy-thesis-17-035.title.pdf",
Expand Down Expand Up @@ -221,7 +222,8 @@
}
},
{
"core": true,
"core": true,
"citeable": true,
"documents": [
{
"url": "http://bib-pubdb1.desy.de/record/390068/files/desy-thesis-17-036.title.pdf",
Expand Down
3 changes: 2 additions & 1 deletion tests/unit/responses/desy/desy_record_expected.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"core": true,
"core": true,
"citeable": true,
"documents": [
{
"url": "http://bib-pubdb1.desy.de/record/389977/files/desy-thesis-17-035.title.pdf",
Expand Down

0 comments on commit 269bc8e

Please sign in to comment.