PD: Xerces-C++ - Prepare for the latest version (backward compatible)

This commit is contained in:
huguesdpdn-aerospace
2024-09-06 23:23:07 +02:00
committed by Chris Hennes
parent ea6a0943cc
commit 611bab3d6d
16 changed files with 104 additions and 11 deletions

View File

@@ -11,6 +11,7 @@
#include <array>
#include <boost/filesystem.hpp>
#include <fstream>
#include <xercesc/util/PlatformUtils.hpp>
namespace fs = boost::filesystem;
@@ -19,7 +20,7 @@ class ReaderTest: public ::testing::Test
protected:
void SetUp() override
{
xercesc_3_2::XMLPlatformUtils::Initialize();
XERCES_CPP_NAMESPACE::XMLPlatformUtils::Initialize();
_tempDir = fs::temp_directory_path();
std::string filename = "unit_test_Reader.xml";
_tempFile = _tempDir / filename;