spec/lib/spotlight/dor/indexer_spec.rb in spotlight-dor-resources-0.6.1 vs spec/lib/spotlight/dor/indexer_spec.rb in spotlight-dor-resources-0.6.2
- old
+ new
@@ -529,10 +529,10 @@
</mods>
EOF
end
it 'extracts the point_bbox' do
- expect(solr_doc['point_bbox']).to eq(['-16.0 -15.0 28.0 13.0'])
+ expect(solr_doc['point_bbox']).to eq(['ENVELOPE(-16.0, 28.0, -15.0, 13.0)'])
end
end
end # add_point_bbox
describe '#add_series' do