diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2025-06-01 19:51:31 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2025-06-01 20:03:07 +0000 |
commit | 646f658c400afb92c6f1c418ecf7b326c24fb8a6 (patch) | |
tree | 18b36ff565aa92fd39714701ef0476df749ab349 /databases/R-cran-RSQLite/files/patch-tests_testthat_test-encoding.R | |
parent | sysutils/py-croniter: update to 6.0.0 (diff) |
databases/R-cran-RSQLite: update to 2.4.0
Changes:
* Upgrade bundled SQLite to 3.50.0
Diffstat (limited to 'databases/R-cran-RSQLite/files/patch-tests_testthat_test-encoding.R')
-rw-r--r-- | databases/R-cran-RSQLite/files/patch-tests_testthat_test-encoding.R | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/databases/R-cran-RSQLite/files/patch-tests_testthat_test-encoding.R b/databases/R-cran-RSQLite/files/patch-tests_testthat_test-encoding.R deleted file mode 100644 index 443e56a34ca7..000000000000 --- a/databases/R-cran-RSQLite/files/patch-tests_testthat_test-encoding.R +++ /dev/null @@ -1,27 +0,0 @@ -Fix to skip a windows only test that does not exclude FreeBSD. -https://github.com/r-dbi/RSQLite/pull/504 - ---- tests/testthat/test-encoding.R.orig 2024-01-20 09:56:34 UTC -+++ tests/testthat/test-encoding.R -@@ -34,9 +34,7 @@ test_that("list the field of tables whose colnames are - }) - - test_that("list the field of tables whose colnames are BIG5 encoded (#277)", { -- skip_on_os("linux") -- skip_on_os("mac") -- skip_on_os("solaris") -+ skip_if_not(.Platform$OS.type == "windows") - if (.Platform$OS.type == "windows") { - withr::local_collate("cht") - } else { -@@ -133,9 +131,7 @@ test_that("write tables whose colnames or contents are - }) - - test_that("write tables whose colnames or contents are BIG5 encoded (#277)", { -- skip_on_os("linux") -- skip_on_os("mac") -- skip_on_os("solaris") -+ skip_if_not(.Platform$OS.type == "windows") - - .loc <- Sys.getlocale("LC_COLLATE") - suppressWarnings(Sys.setlocale(locale = "cht")) |