diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-03-02 12:05:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-02 12:05:52 +0100 |
| commit | fc59113a51df5d7bbfe83b502781914af3afdd3f (patch) | |
| tree | d43bd769c5e9ce88bdd08fe4cad003d272a72ff6 /test | |
| parent | 2f35ccafeb24db67a348453ad4f75cce330b0cda (diff) | |
Debug.
Diffstat (limited to 'test')
| -rw-r--r-- | test/asset_test.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/asset_test.cc b/test/asset_test.cc index f4f1fd28..5e0d07db 100644 --- a/test/asset_test.cc +++ b/test/asset_test.cc @@ -77,6 +77,9 @@ BOOST_AUTO_TEST_CASE(asset_from_non_ascii_path_test) { using namespace boost::filesystem; + std::locale::global (boost::locale::generator().generate ("")); + boost::filesystem::path::imbue (std::locale ()); + path const dir = path("build") / "test" / "ŠŊĜ"; path const asset_name = "pcm_95734608-5d47-4d3f-bf5f-9e9186b66afa_.mxf"; remove_all(dir); |
