Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrige data de atualização para registros do tipo issue #45

Merged
merged 2 commits into from
Jun 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
- 2.6
- 2.7
install:
- pip install -r requirements.txt
- python setup.py develop
script:
- python setup.py test
4 changes: 2 additions & 2 deletions delorean/templates/issue_db_entry.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
% if ctrl_vocabulary is not UNDEFINED and ctrl_vocabulary:
!v085!${ctrl_vocabulary}
% endif
% if created is not UNDEFINED and created:
!v091!${created}
% if updated is not UNDEFINED and updated:
!v091!${updated}
% endif
% if editorial_standard is not UNDEFINED and editorial_standard:
!v117!${editorial_standard}
Expand Down
2 changes: 1 addition & 1 deletion delorean/tests_assets/issue_meta.id
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
!v049!^lpt^cABCD-f36r^tT�cnica
!v065!20100300
!v085!decs
!v091!20100601
!v091!20120802
!v117!vancouv
!v122!16
!v130!ABCD. Arquivos Brasileiros de Cirurgia Digestiva (S�o Paulo)
Expand Down
2 changes: 1 addition & 1 deletion delorean/tests_assets/issue_spe_meta.id
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
!v049!^lpt^cABCD-f36r^tT�cnica
!v065!20100300
!v085!decs
!v091!20100601
!v091!20120802
!v117!vancouv
!v122!16
!v130!ABCD. Arquivos Brasileiros de Cirurgia Digestiva (S�o Paulo)
Expand Down