Skip to content

Commit

Permalink
#10 more wps tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Sep 28, 2021
1 parent 0e6498c commit 90e5ff5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/testthat/test_WPSClient_v1_0_0.R
Original file line number Diff line number Diff line change
@@ -85,5 +85,13 @@ test_that("WPS 1.0.0",{
exec_wfs10_app$getProcessOutputs()[[1]]$getData()$getBBOX(),
exec_wfs11_app$getProcessOutputs()[[1]]$getData()$getBBOX()
)
expect_equal(
exec_wfs10_subtype$getProcessOutputs()[[1]]$getData()$getBBOX(),
exec_wfs10_app$getProcessOutputs()[[1]]$getData()$getBBOX()
)
expect_equal(
exec_wfs11_subtype$getProcessOutputs()[[1]]$getData()$getBBOX(),
exec_wfs11_app$getProcessOutputs()[[1]]$getData()$getBBOX()
)

})

0 comments on commit 90e5ff5

Please sign in to comment.