commit | e2d02e1623389821294d3bba25bbbf7cd27b138a | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Thu Apr 05 15:57:48 2018 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Thu Apr 05 15:57:48 2018 -0700 |
tree | a0dd53ae2f349077e5b0e1aa5f9764bd215c02ee | |
parent | befc3c3ae7b2c824db40e2c797ac7e5f2c3fc335 [diff] [blame] |
and the same fix in the test case
diff --git a/xmltest.cpp b/xmltest.cpp index a1d836d..7160fe9 100644 --- a/xmltest.cpp +++ b/xmltest.cpp
@@ -2036,7 +2036,7 @@ for (int i=0; TESTS[i]; ++i) { XMLDocument doc; doc.LoadFile(TESTS[i]); - XMLTest("Stack overflow prevented.", XMLError::XML_ELEMENT_DEPTH_EXCEEDED, doc.ErrorID()); + XMLTest("Stack overflow prevented.", XML_ELEMENT_DEPTH_EXCEEDED, doc.ErrorID()); } } {