#5434 Ensemble Parameters : Improve robustness

Avoid throwing when errors are detected
This commit is contained in:
Magne Sjaastad
2020-01-30 13:27:49 +01:00
parent 96fd4a1c9f
commit 7de8b6bb08
4 changed files with 51 additions and 75 deletions

View File

@@ -1359,6 +1359,12 @@ int RiaApplication::launchUnitTests()
testing::InitGoogleTest( &argc, argv );
//
// Use the gtest filter to execute a subset of tests
//::testing::GTEST_FLAG( filter ) = "*RifCaseRealizationParametersReaderTest*";
//
//
// Use this macro in main() to run all tests. It returns 0 if all
// tests are successful, or 1 otherwise.
//