File tree Expand file tree Collapse file tree
tests/testthat/connection_to_datasets Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ if (! is.null(getOption("default_driver"))) {
1616 ds.test_env $ driver <- getOption(" default_driver" )
1717} else {
1818 # switch between "DSLiteDriver" and "OpalDriver", "ArmadilloDriver" to test
19- ds.test_env $ driver <- " DSLiteDriver"
19+ # ds.test_env$driver <- "DSLiteDriver"
2020 # ds.test_env$driver <- "OpalDriver"
21- # ds.test_env$driver <- "ArmadilloDriver"
21+ ds.test_env $ driver <- " ArmadilloDriver"
2222}
2323
2424if ((ds.test_env $ driver == " DSLiteDriver" ) || (ds.test_env $ driver == " OpalDriver" )) {
@@ -60,7 +60,7 @@ if ((ds.test_env$driver == "DSLiteDriver") || (ds.test_env$driver == "OpalDriver
6060 ds.test_env $ ping_url <- armadillo.url
6161 ds.test_env $ ping_user <- getOption(" armadillo.user" , " admin" )
6262 ds.test_env $ ping_password <- getOption(" armadillo.password" , " admin" )
63- ds.test_env $ ping_options <- " list (timeout=60)"
63+ ds.test_env $ ping_options <- config (timeout = 60 )
6464
6565 ds.test_env $ server_url_1 <- armadillo.url
6666 ds.test_env $ server_url_2 <- armadillo.url
You can’t perform that action at this time.
0 commit comments