Merge pull request #6023 from OPM/error-as-warnings-flag-6018

Error as warnings flag 6018
This commit is contained in:
Kristian Bendiksen
2020-06-04 13:40:52 +02:00
committed by GitHub
30 changed files with 121015 additions and 121953 deletions

View File

@@ -1376,7 +1376,7 @@ int RiaApplication::launchUnitTests()
QString filterText = RiaPreferences::current()->gtestFilter();
if ( !filterText.isEmpty() )
{
::testing::GTEST_FLAG( filter ) = filterText.toLatin1();
::testing::GTEST_FLAG( filter ) = filterText.toStdString();
// Example on filter syntax
//::testing::GTEST_FLAG( filter ) = "*RifCaseRealizationParametersReaderTest*";