From 00c434614a43c5789c83a2f71e01dfc613258682 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Tue, 8 Oct 2013 14:45:58 +0200 Subject: [PATCH] Minor typo --- opm/parser/eclipse/IntegrationTests/ParseWCONHIST.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/opm/parser/eclipse/IntegrationTests/ParseWCONHIST.cpp b/opm/parser/eclipse/IntegrationTests/ParseWCONHIST.cpp index f9f2122a6..5022f4fc3 100644 --- a/opm/parser/eclipse/IntegrationTests/ParseWCONHIST.cpp +++ b/opm/parser/eclipse/IntegrationTests/ParseWCONHIST.cpp @@ -37,7 +37,6 @@ using namespace Opm; BOOST_AUTO_TEST_CASE( parse_WCHONHIST_OK ) { ParserPtr parser(new Parser()); - //parser->loadKeywordsFromDirectory(KEYWORD_DIRECTORY); boost::filesystem::path wconhistFile("testdata/integration_tests/WCONHIST/WCONHIST1"); DeckPtr deck = parser->parse(wconhistFile.string()); DeckKeywordConstPtr kw1 = deck->getKeyword("WCONHIST" , 0);