Handle file output through a FileWriter, align interfaces for FileWriter and FileReader

This commit is contained in:
Pepijn Schoen
2016-12-02 19:17:22 +01:00
committed by Patrick Niklaus
parent 4b1aae40af
commit 6f4c6e84ae
3 changed files with 92 additions and 15 deletions
+1 -1
View File
@@ -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");
}
}