Loading atlas-commands/src/test/java/es/redmic/test/atlascommands/unit/aggregate/layer/CapabilitiesTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,8 @@ public class CapabilitiesTest { // Establece urlSource dinámicamente (depende de donde se ejecute) expectedLayer.setUrlSource(URL_CAPABILITIES); expectedLayer.setLegend( URL_CAPABILITIES + "?request=GetLegendGraphic&version=1.0.0&format=image/png&layer=topp:states"); } // TODO: cambiar excepción Loading atlas-commands/src/test/java/es/redmic/test/atlascommands/unit/aggregate/layer/LayerInfoMapperTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,8 @@ public class LayerInfoMapperTest { // Establece urlSource dinámicamente (depende de donde se ejecute) expectedLayer.setUrlSource(URL_CAPABILITIES); expectedLayer.setLegend( URL_CAPABILITIES + "?request=GetLegendGraphic&version=1.0.0&format=image/png&layer=topp:states"); layerInfo.setUrlSource(URL_CAPABILITIES); } Loading Loading
atlas-commands/src/test/java/es/redmic/test/atlascommands/unit/aggregate/layer/CapabilitiesTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,8 @@ public class CapabilitiesTest { // Establece urlSource dinámicamente (depende de donde se ejecute) expectedLayer.setUrlSource(URL_CAPABILITIES); expectedLayer.setLegend( URL_CAPABILITIES + "?request=GetLegendGraphic&version=1.0.0&format=image/png&layer=topp:states"); } // TODO: cambiar excepción Loading
atlas-commands/src/test/java/es/redmic/test/atlascommands/unit/aggregate/layer/LayerInfoMapperTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,8 @@ public class LayerInfoMapperTest { // Establece urlSource dinámicamente (depende de donde se ejecute) expectedLayer.setUrlSource(URL_CAPABILITIES); expectedLayer.setLegend( URL_CAPABILITIES + "?request=GetLegendGraphic&version=1.0.0&format=image/png&layer=topp:states"); layerInfo.setUrlSource(URL_CAPABILITIES); } Loading