Add XMLNode::operator==/!=() for comparing XMLNode instances

Implemented to be able to test that when writing an XML document via XMLTree
and then reading back into another XMLTree the structure is equivalent as a
general API test of pbd/xml++.h to check for breakage when changing
implementation.
This commit is contained in:
Tim Mayberry 2016-09-26 12:16:01 +10:00
parent 734a4c10e4
commit 4b2987d0f2
2 changed files with 67 additions and 0 deletions