diff --git a/tests/parser/data/integration_tests/BOX/BOXTEST2 b/tests/parser/data/integration_tests/BOX/BOXTEST2 deleted file mode 100644 index 0e4b5a1fd..000000000 --- a/tests/parser/data/integration_tests/BOX/BOXTEST2 +++ /dev/null @@ -1,46 +0,0 @@ -RUNSPEC - -DIMENS - 10 10 10 / - -GRID - - -EDIT - -OIL -GAS - -TITLE -The title - -START -8 MAR 1998 / - -PROPS - -REGIONS - -FLUXNUM - 1000*1 / - -SATNUM - 1000*2 / - -BOX - 1 2 1 2 1 2 / - -SATNUM - 8*10 / - -COPY - SATNUM FIPNUM * * 4 5 * 7/ -/ - - -ENDBOX - -SOLUTION - -SCHEDULE - diff --git a/tests/parser/data/integration_tests/BOX/BOXTEST3 b/tests/parser/data/integration_tests/BOX/BOXTEST3 deleted file mode 100644 index b33e4bbbb..000000000 --- a/tests/parser/data/integration_tests/BOX/BOXTEST3 +++ /dev/null @@ -1,39 +0,0 @@ -RUNSPEC - -DIMENS - 10 10 10 / - -GRID - -EDIT - -OIL -GAS - -TITLE -The title - -START -8 MAR 1998 / - -PROPS - -REGIONS - - -SATNUM - 1000*2 / - -BOX - 1 2 1 2 1 2 / - -SATNUM - 80*10 / -- Too many elements in BOX - - -ENDBOX - -SOLUTION - -SCHEDULE - diff --git a/tests/parser/integration/BoxTest.cpp b/tests/parser/integration/BoxTest.cpp index f7d0c2e4d..dbb2e6719 100644 --- a/tests/parser/integration/BoxTest.cpp +++ b/tests/parser/integration/BoxTest.cpp @@ -119,10 +119,6 @@ BOOST_AUTO_TEST_CASE( PARSE_MULTIPLY_COPY ) { -BOOST_AUTO_TEST_CASE( KEYWORD_BOX_TOO_SMALL) { - BOOST_CHECK_THROW( makeState(prefix() + "BOX/BOXTEST3") , std::invalid_argument); -} - BOOST_AUTO_TEST_CASE( EQUALS ) { EclipseState state = makeState( prefix() + "BOX/BOXTEST1" ); const auto& pvtnum = state.get3DProperties().getIntGridProperty( "PVTNUM" ).getData();