#include <test/xmldiff.hxx>
#include <libxml/xpath.h>
#include <libxml/parser.h>
#include <set>
#include <sstream>
#include <cassert>
#include <cmath>
#include <vector>
#include <cppunit/TestAssert.h>
Go to the source code of this file.
|
bool | doXMLDiff (char const *const pFileName, char const *const pContent, int const size, char const *const pToleranceFileName) |
|
◆ USE_CPPUNIT
◆ doXMLDiff()
bool doXMLDiff |
( |
char const *const |
pFileName, |
|
|
char const *const |
pContent, |
|
|
int const |
size, |
|
|
char const *const |
pToleranceFileName |
|
) |
| |