diff --git a/src/opm/input/eclipse/Schedule/Action/ActionX.cpp b/src/opm/input/eclipse/Schedule/Action/ActionX.cpp index b9554a2e5..cfe569516 100755 --- a/src/opm/input/eclipse/Schedule/Action/ActionX.cpp +++ b/src/opm/input/eclipse/Schedule/Action/ActionX.cpp @@ -67,7 +67,7 @@ bool ActionX::valid_keyword(const std::string& keyword) { "MULTX", "MULTX-", "MULTY", "MULTY-", "MULTZ", "MULTZ-", "NEXT", "NEXTSTEP", "UDQ", - "WCONINJE", "WCONPROD", "WECON", "WEFAC", "WELOPEN", "WELPI", "WELTARG", "WGRUPCON", "WPIMULT", "WELSEGS", "WELSPECS", "WSEGVALV", "WTEST", "WTMULT", + "WCONINJE", "WCONPROD", "WECON", "WEFAC", "WELOPEN", "WELPI", "WELTARG", "WGRUPCON", "WPIMULT", "WELSEGS", "WELSPECS", "WSEGVALV", "WTEST", "WTMULT", "WLIST", "TEST" }; return (actionx_allowed_list.find(keyword) != actionx_allowed_list.end());