CERNDocumentServer / harvesting-kit

A kit containing various utilities and scripts related to content harvesting used in Invenio Software (http://invenio-software.org) instances such as INSPIRE (http://inspirehep.net) and SCOAP3 (http://scoap3.org)
GNU General Public License v2.0
7 stars 18 forks source link

pos_package: changes to digest enriched instead of standard DC #115

Closed fschwenn closed 9 years ago

fschwenn commented 9 years ago

Signed-off-by: fschwenn florian.schwennsen@desy.de

jalavik commented 9 years ago

@fschwenn The tests are failing as the sample PoS XML is still in the old format. Can you also replace harvestingkit/tests/data/sample_pos_record.xml with: https://gist.githubusercontent.com/jalavik/7075497d58016bbf258f/raw/6e1d9852673a0a5db6810021308959e3db02355c/pos_example.xml and re-push?

To update this pull request after amending the file, just:

git commit a --amend
git push remotegithubname posenriched -f  # to force update your commit here

To run the tests locally:

python setup.py test  # from the root directory of the repo
jalavik commented 9 years ago

Superseded by #116