Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test cache invalidation with basename rather than path
To avoid these problems on Windows platforms: ``` actual vs expected - "../../../../../../../../../RCompile/CRANpkg/local/4.3/pkgload.Rcheck/tests/testthat/testHelp/man/foofoo.Rd" + "foofoo.Rd" ── Failure ('test-help.R:85'): shim_help and shim_questions works if topic moves ── rel_rd_path(shim_question("foofoo")) (`actual`) not equal to "foofoo.Rd" (`expected`). actual vs expected - "../../../../../../../../../RCompile/CRANpkg/local/4.3/pkgload.Rcheck/tests/testthat/testHelp/man/foofoo.Rd" + "foofoo.Rd" ── Failure ('test-help.R:93'): shim_help and shim_questions works if topic moves ── rel_rd_path(shim_help("foofoo")) (`actual`) not equal to "barbar.Rd" (`expected`). actual vs expected - "../../../../../../../../../RCompile/CRANpkg/local/4.3/pkgload.Rcheck/tests/testthat/testHelp/man/barbar.Rd" + "barbar.Rd" ── Failure ('test-help.R:94'): shim_help and shim_questions works if topic moves ── rel_rd_path(shim_question("foofoo")) (`actual`) not equal to "barbar.Rd" (`expected`). actual vs expected - "../../../../../../../../../RCompile/CRANpkg/local/4.3/pkgload.Rcheck/tests/testthat/testHelp/man/barbar.Rd" + "barbar.Rd" ```
- Loading branch information