diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-19 16:03:38 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-19 16:03:38 +0100 |
commit | 300c0fccf327b9959db39c256bae0974908e59b2 (patch) | |
tree | a1b461ad04e63aa8d0463f2b468ee873ddb1b383 /tests/testthat/test_CAKE_export.R | |
parent | db9ae6a0c9cecb92048fde6f06af1da183c09b5f (diff) |
Update tests, improve CAKE_export test
Diffstat (limited to 'tests/testthat/test_CAKE_export.R')
-rw-r--r-- | tests/testthat/test_CAKE_export.R | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/testthat/test_CAKE_export.R b/tests/testthat/test_CAKE_export.R index 8445b69a..b3941f1b 100644 --- a/tests/testthat/test_CAKE_export.R +++ b/tests/testthat/test_CAKE_export.R @@ -6,10 +6,9 @@ test_that("Exporting is reproducible", { "FOCUS D" = FOCUS_2006_D), map = c(parent = "Parent", m1 = "M1"), links = c(parent = "m1"), - filename = "FOCUS_2006_D.csf", overwrite = TRUE, - study = "FOCUS 2006 D") + filename = "FOCUS_2006_D.csf", overwrite = TRUE, + study = "FOCUS 2006 D", date = "Dummy date 0000-00-00") csf <- readLines(con = "FOCUS_2006_D.csf") - csf[8] <- "Date: Dummy date 0000-00-00" expect_known_value(csf, file = "FOCUS_2006_D.rds") expect_error(CAKE_export(ds = list("FOCUS C" = FOCUS_2006_C), filename = "FOCUS_2006_D.csf", overwrite = FALSE), |