File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -399,15 +399,15 @@ BOOST_AUTO_TEST_CASE(iterator_string_ordering)
399
399
400
400
BOOST_AUTO_TEST_CASE (unicodepath)
401
401
{
402
- // Attempt to create a database with a utf8 character in the path.
402
+ // Attempt to create a database with a UTF8 character in the path.
403
403
// On Windows this test will fail if the directory is created using
404
- // the ANSI CreateDirectoryA call and the code page isn't UTF8.
405
- // It will succeed if the created with CreateDirectoryW.
404
+ // the ANSI CreateDirectoryA call and the code page isn't UTF8.
405
+ // It will succeed if created with CreateDirectoryW.
406
406
fs::path ph = GetDataDir () / " test_runner_₿_🏃_20191128_104644" ;
407
407
CDBWrapper dbw (ph, (1 << 20 ));
408
408
409
409
fs::path lockPath = ph / " LOCK" ;
410
- BOOST_CHECK (boost::filesystem ::exists (lockPath));
410
+ BOOST_CHECK (fs ::exists (lockPath));
411
411
}
412
412
413
413
You can’t perform that action at this time.
0 commit comments