Tell unittests to use native file convention for EXAMPLE_DIR
[mussa.git] / alg / test / test_nway.cpp
index 22c84dd712a556f7609d8bee64e884c8725f67f9..6c4704cc9c18cf45f18974710965154c9e9e154a 100644 (file)
@@ -63,7 +63,7 @@ BOOST_AUTO_TEST_CASE( nway_test )
 
 BOOST_AUTO_TEST_CASE( nway_refine )
 {
-  fs::path mupa_path( EXAMPLE_DIR );
+  fs::path mupa_path( EXAMPLE_DIR, fs::native );
   mupa_path /= "mck3test.mupa";
   Mussa m1;
   m1.load_mupa_file( mupa_path );