@@ -42,7 +42,7 @@ test_that("continous, without NAs, all positive", {
4242})
4343
4444# context("ds.ranksSecure::smk_expt::continous, without NAs, with negative")
45- # test_that("continous, without NAs, with negative", {
45+ test_that(" continous, without NAs, with negative" , {
4646# res.cc <- ds.completeCases("D$LAB_TRIG", newobj="CC_LAB_TRIG")
4747# expect_equal(res.cc$validity.check, "<CC_LAB_TRIG> appears valid in all sources")
4848#
@@ -58,18 +58,18 @@ test_that("continous, without NAs, all positive", {
5858})
5959
6060# context("ds.ranksSecure::smk_expt::continous, with NAs, all positive")
61- # test_that("continous, with NAs, all positive", {
61+ test_that(" continous, with NAs, all positive" , {
6262# res <- ds.ranksSecure("D$LAB_TSC")
6363#
6464# expect_equal_to_reference(res, 'smk_expt-results/ds.ranksSecure-cont_nas.rds')
65- # })
65+ })
6666
6767# context("ds.ranksSecure::smk_expt::continous, with NAs, with negative")
68- # test_that("continous, with NAs, with negative", {
68+ test_that(" continous, with NAs, with negative" , {
6969# res <- ds.ranksSecure("D$LAB_TRIG")
7070#
7171# expect_equal_to_reference(res, 'smk_expt-results/ds.ranksSecure-cont_nas_neg.rds')
72- # })
72+ })
7373
7474#
7575# Done
0 commit comments