From fbb93505c6276e8756f34f23b8b13b20c045ef25 Mon Sep 17 00:00:00 2001 From: Doug Newman Date: Fri, 9 Apr 2021 09:12:08 -0400 Subject: [PATCH] CMR-7273 --- app/views/granules/eumetsat.xml.erb | 4 ++-- spec/views/granules/descriptor_document_spec.rb | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/granules/eumetsat.xml.erb b/app/views/granules/eumetsat.xml.erb index 17ac131..ee5fa15 100644 --- a/app/views/granules/eumetsat.xml.erb +++ b/app/views/granules/eumetsat.xml.erb @@ -3,7 +3,7 @@ The EUMETSAT EO Portal Clearinghouse OpenSearch EOP (EOPOS) Catalogue Service is the data cswDiscovery service for EUMETSAT EO Products, based on U-MARF (DataCentre). CEOS-OS-BP-V1.1/L1 EUMETSAT meteorology satellite weather climate OpenSearch EOP Catalogue Service EOPOS CSW catalogue service ops@eumetsat.int - @@ -16,7 +16,7 @@ - + EUMETSAT EO Portal Clearinghouse OpenSearch Catalogue Service for Earth Observation Products (EOP) con terra GmbH diff --git a/spec/views/granules/descriptor_document_spec.rb b/spec/views/granules/descriptor_document_spec.rb index 769bcf0..65500db 100644 --- a/spec/views/granules/descriptor_document_spec.rb +++ b/spec/views/granules/descriptor_document_spec.rb @@ -187,14 +187,14 @@ assign(:client_id_model, stub_client_id) render - expect(rendered).to include("template=\"https://eoportal.eumetsat.int/eopos?pi=&pw={startPage?}&si={startIndex?}&c={count?}&bbox={geo:box?}&dtstart={time:start?}&dtend={time:end}&iqd={eop:productQualityStatus?}&clientId=foo\">") + expect(rendered).to include("template=\"https://navigator.eumetsat.int/eopos?pi=&pw={startPage?}&si={startIndex?}&c={count?}&bbox={geo:box?}&dtstart={time:start?}&dtend={time:end}&iqd={eop:productQualityStatus?}&clientId=foo\">") end it "is possible to create a collection-specific granule open search descriptor document with a blank client id" do stub_client_id = stub_model(ClientId) assign(:client_id_model, stub_client_id) render - expect(rendered).to include("template=\"https://eoportal.eumetsat.int/eopos?pi=&pw={startPage?}&si={startIndex?}&c={count?}&bbox={geo:box?}&dtstart={time:start?}&dtend={time:end}&iqd={eop:productQualityStatus?}\">") + expect(rendered).to include("template=\"https://navigator.eumetsat.int/eopos?pi=&pw={startPage?}&si={startIndex?}&c={count?}&bbox={geo:box?}&dtstart={time:start?}&dtend={time:end}&iqd={eop:productQualityStatus?}\">") end it "is possible to create a collection-specific granule open search descriptor document with a whitespace client id" do stub_client_id = stub_model(ClientId) @@ -202,7 +202,7 @@ assign(:client_id_model, stub_client_id) render - expect(rendered).to include("template=\"https://eoportal.eumetsat.int/eopos?pi=&pw={startPage?}&si={startIndex?}&c={count?}&bbox={geo:box?}&dtstart={time:start?}&dtend={time:end}&iqd={eop:productQualityStatus?}\">") + expect(rendered).to include("template=\"https://navigator.eumetsat.int/eopos?pi=&pw={startPage?}&si={startIndex?}&c={count?}&bbox={geo:box?}&dtstart={time:start?}&dtend={time:end}&iqd={eop:productQualityStatus?}\">") end it "creates a collection-specific granule open search descriptor document with a temporal range limit of 30 days" do stub_client_id = stub_model(ClientId)