commit | c755667aa0b4c8f737d6ef938b2253ab2519c935 | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Sun Sep 14 12:39:42 2014 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Sun Sep 14 12:39:42 2014 -0700 |
tree | 377297d87cb054ed6ac4a2b9b23b312b463f730c | |
parent | 331596e83ca78f3c35fa5512153fcf24537b1e84 [diff] [blame] |
add an error message
diff --git a/xmltest.cpp b/xmltest.cpp index 3e41e13..56b6c82 100644 --- a/xmltest.cpp +++ b/xmltest.cpp
@@ -1223,6 +1223,7 @@ 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(); } {