X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fwindows_test.cc;h=bc9520bc33abc2d5edd013b257e1cacc420a4441;hb=4673b12dcf6340862f9f4f72fc6dca8553130b55;hp=4d07d5fdfd9335722360a8089ec54a462d3d7217;hpb=87df63f0ca9cf1df4f99f5818dad45bbc4c6e3e3;p=dcpomatic.git diff --git a/test/windows_test.cc b/test/windows_test.cc index 4d07d5fdf..bc9520bc3 100644 --- a/test/windows_test.cc +++ b/test/windows_test.cc @@ -35,6 +35,8 @@ BOOST_AUTO_TEST_CASE (fix_long_path_test) fixed_bar += boost::filesystem::current_path(); fixed_bar /= "bar"; BOOST_CHECK_EQUAL (fix_long_path("bar"), fixed_bar); + + BOOST_CHECK_EQUAL (fix_long_path("\\\\?\\c:\\foo"), "\\\\?\\c:\\foo"); #else BOOST_CHECK_EQUAL (fix_long_path("foo/bar/baz"), "foo/bar/baz"); #endif