From ec02071b64005664868c82068258039aad3770e8 Mon Sep 17 00:00:00 2001 From: Adam Black Date: Thu, 19 Aug 2021 23:42:04 -0400 Subject: [PATCH] test connection on all platforms --- tests/testthat/test-executeDdl.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testthat/test-executeDdl.R b/tests/testthat/test-executeDdl.R index 9893cfa..a48a288 100644 --- a/tests/testthat/test-executeDdl.R +++ b/tests/testthat/test-executeDdl.R @@ -1,8 +1,8 @@ # To run tests for one dbms and one cdmVersion use the variables below # dbms <- "postgresql"; cdmVersion <- "5.4" -# testDatabases <- c("oracle", "postgresql", "sql server", "redshift") -testDatabases <- c("redshift") +testDatabases <- c("oracle", "postgresql", "sql server", "redshift") +# testDatabases <- c("redshift") test_that("getConnectionDetails works", { for(dbms in testDatabases) {