Skip to content

Commit

Permalink
test work on both servers now
Browse files Browse the repository at this point in the history
close #544
  • Loading branch information
wibeasley committed Oct 17, 2024
1 parent f763ae5 commit dcdcd24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ These features are not yet on CRAN. Install with `remotes::install_github("Ouhs

### Minor Enhancements

* Redirection layer for test suite allows you to plug in your own server (#539)
* Redirection layer for test suite allows you to plug in your own server (#539, #542, #544)

Version 1.2.0 (released 2024-09-08)
==========================================================
Expand Down
1 change: 1 addition & 0 deletions inst/test-data/projects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Steps to recreate on a fresh server
Tests are case-sensitive.
1. 'unittestphifree': First name = "Unit Test"; Last name "Phi Free".
1. 'unittestphifree-dag1': First name = "Unit Test"; Last name "PHI Free DAG1"
1. Install plugins
4 changes: 2 additions & 2 deletions tests/test-all.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
library(testthat)
library(REDCapR)

# Sys.setenv("redcapr_test_server" = "dev-2")
Sys.setenv("redcapr_test_server" = "bbmc")
Sys.setenv("redcapr_test_server" = "dev-2")
# Sys.setenv("redcapr_test_server" = "bbmc")

message("Using test server '", Sys.getenv("redcapr_test_server"), "'.")

Expand Down

0 comments on commit dcdcd24

Please sign in to comment.