client.expectGet(capsURL,
new MockHttpResponse(getClass().getResource("caps130_crs84.xml"), "text/xml"));
TestHttpClientProvider.bind(client, capsURL);
CatalogBuilder cb = new CatalogBuilder(getCatalog());
WMSStoreInfo store = cb.buildWMSStore("test-store");
store.setCapabilitiesURL(capsURL.toExternalForm());
cb.setStore(store);
WMSLayerInfo layer = cb.buildWMSLayer("world4326");
// check the bbox has the proper axis order