Skip to content

Commit

Permalink
#3 fix docker geonetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Feb 16, 2018
1 parent f80ac5a commit 84a3a93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_install:
- docker run -d --name="postgis" kartoza/postgis
- docker pull oscarfonts/geoserver
- docker run --link postgis:postgis --name geoserver -d -p 8080:8080 oscarfonts/geoserver
- docker run --name geonetwork -d -p 8080:8080 pobsteta/docker-geonetwork:3.0.5
- docker run --name geonetwork -d -p 8282:8282 pobsteta/docker-geonetwork:3.0.5

r:
- oldrel
Expand Down
6 changes: 3 additions & 3 deletions tests/testthat/test_CSWClient.R
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# test_WFS.R
# test_CSW.R
# Author: Emmanuel Blondel <[email protected]>
#
# Description: Integration tests for WFS Client
# Description: Integration tests for CSW Client
#=======================
require(ows4R, quietly = TRUE)
require(testthat)
context("WFS")

test_that("CSW 2.0.2",{
csw <- CSWClient$new("http://localhost:8080/geonetwork/srv/eng/csw", "2.0.2")
csw <- CSWClient$new("http://localhost:8282/geonetwork/srv/eng/csw", "2.0.2")
expect_is(csw, "CSWClient")
caps <- csw$getCapabilities()
expect_is(caps, "CSWCapabilities")
Expand Down

0 comments on commit 84a3a93

Please sign in to comment.