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

Add some additional pending comparison tests #830

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
20 changes: 15 additions & 5 deletions spec/integration/compare_sirsi_and_folio_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,21 @@
end

# pending
%w[
a576562
a12451243
a13288549
a10151431
[
'a576562',
'a12451243',
'a13288549',
'a10151431',
'a7919757', # on-order
'a3372664', # holdings notes are different
'a7812385', # missing holdings note "no.409 missing."
'a14408747', # missing holdings note
'a2741508', # missing a bunch of MHLD data
'a4705967', # missing MHLD note
'a14317027', # HOOVER + HV-ARCHIVE are merged?
'a3324747', # missing temporary location data
'a4706463', # missing item-level public note
'a9089314', # missing item-level public note
].each do |catkey|
context "catkey #{catkey}" do
let(:catkey) { catkey }
Expand Down