Commit 89dbcb7be3340fb585add9a7996f180a10e0aa1b
Fix compilation of tests/cmds/ProjectsCmd.cpp
`boost::filesystem::copy_option` must have been renamed to
`copy_options`.
Author: xaizek
Author date (UTC): 2026-06-17 12:53
Committer name: xaizek
Committer date (UTC): 2026-06-17 12:53
Parent(s): 5b157d7833e1acae8c4a553786e3b969223c0231
Signing key: 99DC5E4DB05F6BE2
Tree: 95e1751192f6d20b808581f1a81b335fb6c4b4d5
| File tests/cmds/ProjectsCmd.cpp changed (mode: 100644) (index b70df35..5017ca4) |
| ... |
... |
TEST_CASE("Projects does nothing if there are no projects", |
| 81 |
81 |
|
|
| 82 |
82 |
fs::create_directories("tests/tmp-data/dit/projects"); |
fs::create_directories("tests/tmp-data/dit/projects"); |
| 83 |
83 |
fs::copy_file("tests/main.cpp", "tests/tmp-data/dit/projects/main.cpp", |
fs::copy_file("tests/main.cpp", "tests/tmp-data/dit/projects/main.cpp", |
| 84 |
|
fs::copy_option::none); |
|
|
84 |
|
fs::copy_options::none); |
| 85 |
85 |
|
|
| 86 |
86 |
putenv(xdg_env); |
putenv(xdg_env); |
| 87 |
87 |
putenv(home_env); |
putenv(home_env); |