aboutsummaryrefslogtreecommitdiff
path: root/src/test/fs_tests.cpp
AgeCommit message (Expand)Author
2022-03-03test: Correctly decode UTF-8 literal string pathsRyan Ofsky
2022-02-18test: Run symlink regression tests on WindowsMarcoFalke
2022-02-17test: Add fs_tests/create_directories unit testHennadii Stepanov
2022-02-14test: Add fs_tests/rename unit testHennadii Stepanov
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-05refactor: Add fs::PathToString, fs::PathFromString, u8string, u8path functionsRussell Yanofsky
2021-05-24scripted-diff: Change `ArgsManager.GetDataDirPath()` to `ArgsManager.GetDataD...Kiminuo
2021-04-18scripted-diff: Modify unit tests to use the ArgsManager in the BasicTestingSe...Kiminuo
2021-02-04Introduce GetUniquePath(base) helper method to replace boost::filesystem::uni...Kiminuo
2021-01-15Replace fs::absolute calls with AbsPathJoin callsKiminuo
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-10-15tests: Fix fs_tests for unknown localesDaki Carnhof
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-06-20test: Create data dir in BasicTestingSetupMarcoFalke
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2018-09-26tests: Add test case for std::ios_base::ateChun Kuan Lee