Skip to content

Commit

Permalink
Refs #19505. Call base setup method on profile parser tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany committed Sep 12, 2023
1 parent fac01bb commit 9856506
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unittest/xmlparser/XMLProfileParserTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ class XMLProfileParserTests : public XMLProfileParserBasicTests, public testing:

void SetUp() override
{
XMLProfileParserBasicTests::SetUp();

// Use plain file by default
xml_filename_ = "test_xml_profile.xml";

Expand Down

0 comments on commit 9856506

Please sign in to comment.