Removed meaningless "path" paramater in tests

This parameter will be used in a more meaningful way
This commit is contained in:
Kjell W. Kongsvik
2016-04-19 10:16:47 +02:00
parent 206e16fba5
commit 1640ad0826
2 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ BOOST_AUTO_TEST_CASE( CheckUnsoppertedInSCHEDULE ) {
auto deck = parser.parseString( deckString , parseContext );
std::shared_ptr<EclipseGrid> grid = std::make_shared<EclipseGrid>( deck );
std::shared_ptr<IOConfig> ioconfig = std::make_shared<IOConfig>( "path" );
std::shared_ptr<IOConfig> ioconfig = std::make_shared<IOConfig>();
parseContext.update( ParseContext::UNSUPPORTED_SCHEDULE_GEO_MODIFIER , InputError::IGNORE );
{