fixed: libecl recently enforced stricter filename rules

in particular, no mixed case. either all upper or all lower
This commit is contained in:
Arne Morten Kvarving
2018-02-12 15:01:57 +01:00
parent dec7e0068d
commit e81784c9eb
5 changed files with 12 additions and 12 deletions

View File

@@ -133,7 +133,7 @@ void verifyWellState(const std::string& rst_filename,
}
BOOST_AUTO_TEST_CASE(EclipseWriteRestartWellInfo) {
std::string eclipse_data_filename = "testBlackoilState3.DATA";
std::string eclipse_data_filename = "testblackoilstate3.DATA";
std::string eclipse_restart_filename = "TESTBLACKOILSTATE3.X0004";
test_work_area_type * test_area = test_work_area_alloc("TEST_EclipseWriteNumWells");
test_work_area_copy_file(test_area, eclipse_data_filename.c_str());