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

Testsuit #62

Closed GiorgosPa closed 10 years ago

GiorgosPa commented 10 years ago

Updated.

jalavik commented 10 years ago

I cherry picked 671a625, however there are 2 tests failing after rebasing on latest master. Can you reproduce this?

GiorgosPa commented 10 years ago

Updated.

jalavik commented 10 years ago

Still a test failing

======================================================================
FAIL: test_get_record (harvestingkit.tests.edpsciencespackage_tests.EDPSciencesPackageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jlavik/src/harvesting-kit/harvestingkit/tests/edpsciencespackage_tests.py", line 174, in test_get_record
    self.assertEqual(self.edp.get_record(source_file), result)

Is this happening for you as well?

GiorgosPa commented 10 years ago

No it is not happening on my machine!!

GiorgosPa commented 10 years ago

Maybe you should unistall harvestingkit and reinstall it because some times the data folder is not updated.

jalavik commented 10 years ago

Merged as f505d01