mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
4
ThirdParty/Ert/devel/libecl/tests/ecl_file.c
vendored
4
ThirdParty/Ert/devel/libecl/tests/ecl_file.c
vendored
@@ -104,7 +104,7 @@ void test_close_stream1(const char * src_file , const char * target_file ) {
|
||||
|
||||
|
||||
void test_writable(const char * src_file ) {
|
||||
test_work_area_type * work_area = test_work_area_alloc("ecl_file_writable" , true);
|
||||
test_work_area_type * work_area = test_work_area_alloc("ecl_file_writable" );
|
||||
char * fname = util_split_alloc_filename( src_file );
|
||||
|
||||
test_work_area_copy_file( work_area , src_file );
|
||||
@@ -131,7 +131,7 @@ int main( int argc , char ** argv) {
|
||||
const char * target_file = argv[2];
|
||||
|
||||
{
|
||||
test_work_area_type * work_area = test_work_area_alloc("ecl_file" , true);
|
||||
test_work_area_type * work_area = test_work_area_alloc("ecl_file");
|
||||
|
||||
test_work_area_install_file( work_area , src_file );
|
||||
test_flags( src_file );
|
||||
|
||||
Reference in New Issue
Block a user