1) Updated test for EclFile.
This commit is contained in:
parent
a27b39ff05
commit
ff68195c4f
@ -293,6 +293,7 @@ if(ENABLE_ECL_OUTPUT)
|
||||
tests/summary_deck_non_constant_porosity.DATA
|
||||
tests/SUMMARY_EFF_FAC.DATA
|
||||
tests/SPE1CASE1.DATA
|
||||
tests/SPE1CASE1.SMSPEC
|
||||
tests/SPE9_CP_PACKED.DATA
|
||||
tests/SOFR_TEST.DATA
|
||||
)
|
||||
|
Binary file not shown.
BIN
tests/SPE1CASE1.SMSPEC
Normal file
BIN
tests/SPE1CASE1.SMSPEC
Normal file
Binary file not shown.
@ -33,9 +33,9 @@
|
||||
|
||||
BOOST_AUTO_TEST_CASE(TestConstructor){
|
||||
|
||||
EclFile file1("../../tests/NORNE_ATW2013.INIT");
|
||||
EclFile file1("SPE1CASE1.SMSPEC");
|
||||
|
||||
BOOST_CHECK_THROW(EclFile file1("../../../../tests/XXXXX_ATW2013.INIT"), std::runtime_error );
|
||||
BOOST_CHECK_THROW(EclFile file1("XXXX.INIT"), std::runtime_error );
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user