diff --git a/xmltest.cpp b/xmltest.cpp index 3e41e13..56b6c82 100644 --- a/xmltest.cpp +++ b/xmltest.cpp @@ -1223,6 +1223,7 @@ int main( int argc, const char ** argv ) XMLError error = doc.LoadFile( "resources/empty.xml" ); XMLTest( "Loading an empty file", XML_ERROR_EMPTY_DOCUMENT, error ); XMLTest( "Loading an empty file and ErrorName as string", "XML_ERROR_EMPTY_DOCUMENT", doc.ErrorName() ); + doc.PrintError(); } {