Remove the GetCommonSettings mock

There's some sort of internal issue in boost::test and the turtle mocks that causes test crashes
This commit is contained in:
Mark Roszko
2025-09-01 22:13:36 -04:00
parent 98b63389c1
commit 35ffb28335
3 changed files with 0 additions and 5 deletions
-2
View File
@@ -46,8 +46,6 @@ bool init_unit_test()
Pgm().InitPgm( true, true, true );
const MOCK_PGM_BASE& program = static_cast<MOCK_PGM_BASE&>( Pgm() );
MOCK_EXPECT( program.GetCommonSettings )
.returns( Pgm().GetSettingsManager().GetCommonSettings() );
}
return ok;