Skip to content

Commit

Permalink
#9 fix WCS 1.1 tests over GS
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Feb 14, 2022
1 parent 08004ea commit a4590a1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/testthat/test_WCSClient_v1_1.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,8 @@ test_that("WCS 1.1 - GeoServer",{
caps <- wcs$getCapabilities()
expect_is(caps, "WCSCapabilities")
expect_equal(length(caps$getCoverageSummaries()), 5L)

sfdem <- caps$findCoverageSummaryById("sf:sfdem")
expect_is(sfdem, "WCSCoverageSummary")
sfdem_desc <- sfdem$getDescription()
expect_is(sfdem_desc, "WCSCoverageDescription")
domain <- sfdem_desc$getDomain()
expect_is(domain, "WCSCoverageDomain")
expect_is(domain$getSpatialDomain(), "WCSCoverageSpatialDomain")
})

test_that("WCS 1.1.0 - GeoServer",{
Expand Down

0 comments on commit a4590a1

Please sign in to comment.