diff --git a/DESCRIPTION b/DESCRIPTION index d2e7547..095377c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Title: Client for the Comprehensive Knowledge Archive Network (CKAN) API Description: Client for CKAN API (http://ckan.org/). Includes interface to CKAN APIs for search, list, show for packages, organizations, and resources. In addition, provides an interface to the 'datastore' API. -Version: 0.0.7.900 +Version: 0.0.7.910 Date: 2015-05-27 Authors@R: c( person("Scott", "Chamberlain", email="myrmecocystus@gmail.com", role = c("aut", "cre")), diff --git a/tests/testthat/test-resource_update.R b/tests/testthat/test-resource_update.R index 2b20d34..684de43 100644 --- a/tests/testthat/test-resource_update.R +++ b/tests/testthat/test-resource_update.R @@ -42,8 +42,7 @@ test_that("resource_update fails well", { expect_error(resource_update(rid, "invalid-file-path", url=url, key=key)) # bad url - expect_error(resource_update(rid, path=path, url="invalid-URL", key=key), - "Could not resolve host") + expect_error(resource_update(rid, path=path, url="invalid-URL", key=key)) # bad key expect_error(resource_update(rid, path=path, url=url, key="invalid-key"),