PD: Xerces-C++ - Prepare for the latest version (backward compatible)
This commit is contained in:
committed by
Chris Hennes
parent
ff796e08d4
commit
3795904a00
@@ -24,6 +24,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "App/Metadata.h"
|
||||
#include <xercesc/util/PlatformUtils.hpp>
|
||||
|
||||
// NOLINTBEGIN(readability-named-parameter)
|
||||
|
||||
@@ -192,11 +193,11 @@ class MetadataTest: public ::testing::Test
|
||||
protected:
|
||||
void SetUp() override
|
||||
{
|
||||
xercesc_3_2::XMLPlatformUtils::Initialize();
|
||||
XERCES_CPP_NAMESPACE::XMLPlatformUtils::Initialize();
|
||||
}
|
||||
void TearDown() override
|
||||
{
|
||||
xercesc_3_2::XMLPlatformUtils::Terminate();
|
||||
XERCES_CPP_NAMESPACE::XMLPlatformUtils::Terminate();
|
||||
}
|
||||
std::string GivenSimpleMetadataXMLString()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user