Commented out local file path in unit test

This commit is contained in:
Magne Sjaastad 2016-06-13 13:02:12 +02:00
parent 7adaa4b45c
commit 6a8ffb7c6b

View File

@ -70,6 +70,7 @@ TEST(opm_parser_test, basicConstruction)
}
*/
/*
ParseContext parseContext;
parseContext.update(InputError::WARN);
@ -79,6 +80,7 @@ TEST(opm_parser_test, basicConstruction)
Opm::EclipseState es(deck, parseContext);
auto ep = es.get3DProperties();
auto grid = es.getInputGrid();
*/
/*