DSpace / DSpace

(Official) The DSpace digital asset management system that powers your Institutional Repository
https://wiki.lyrasis.org/display/DSDOC7x/
BSD 3-Clause "New" or "Revised" License
855 stars 1.29k forks source link

Add missing wosPublisherContrib key-ref in wos-integration.xml (#9579) #9581

Open schastlivcev opened 1 month ago

schastlivcev commented 1 month ago

References

Description

Added missing wosPublisherContrib key-ref in wos-integration.xml file

Instructions for Reviewers

No specific instructions

Checklist

schastlivcev commented 1 month ago

There are some problems with importing records from wos-response.xml in WOSImportMetadataSourceServiceIT tests, what should I do?

tdonohue commented 1 month ago

@schastlivcev : You would need to debug the errors in WOSImportMetadataSourceServiceIT. It's possible those errors are signs that this PR is not correct. But, it's also possible that the tests in WOSImportMetadataSourceServiceIT need to be fixed/updated.

You can run these same tests locally (to help debug the problem) as documented at https://github.com/DSpace/DSpace/tree/main?tab=readme-ov-file#running-tests

I won't be able to help investigate this further until likely after the 8.0 release. But, hopefully, that's enough information to help you get started.

schastlivcev commented 1 week ago

Added missing publisher metadatum to tests, so everything works now)