Skip to content

Commit

Permalink
[DO NOT MERGE] Update tests after bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Apr 5, 2015
1 parent fee3060 commit 57c89cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_filesystem.cpp
Expand Up @@ -162,7 +162,7 @@ BOOST_AUTO_TEST_CASE( test_fs_wml_path )
{
BOOST_CHECK_EQUAL( get_wml_location("_main.cfg"), gamedata + "/data/_main.cfg" );
BOOST_CHECK_EQUAL( get_wml_location("core/_main.cfg"), gamedata + "/data/core/_main.cfg" );
BOOST_CHECK_EQUAL( get_wml_location("."), "." );
BOOST_CHECK_EQUAL( get_wml_location("."), gamedata + "/data/." );

// Inexistent paths are resolved empty.
BOOST_CHECK( get_wml_location("why_would_anyone_ever_name_a_file_like_this").empty() );
Expand Down

0 comments on commit 57c89cc

Please sign in to comment.