Handle file output through a FileWriter, align interfaces for FileWriter and FileReader
This commit is contained in:
committed by
Patrick Niklaus
parent
4b1aae40af
commit
6f4c6e84ae
@@ -45,7 +45,7 @@ BOOST_AUTO_TEST_CASE(io_nonexistent_file)
|
||||
{
|
||||
std::cout << e.what() << std::endl;
|
||||
BOOST_REQUIRE(std::string(e.what()) ==
|
||||
"Error opening non_existent_test_io.tmp:No such file or directory");
|
||||
"Error opening non_existent_test_io.tmp");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user