commit | 8b67d741d49854fc59621401fe8610da2a114432 | [log] [tgz] |
---|---|---|
author | Dmitry-Me <wipedout@yandex.ru> | Mon Dec 22 11:35:12 2014 +0300 |
committer | Dmitry-Me <wipedout@yandex.ru> | Mon Dec 22 11:35:12 2014 +0300 |
tree | 1f093c6616361d4e8960d880978328d0caed4c22 | |
parent | ebb0c8f904521bb82ec29e92e1191a4a5708032c [diff] [blame] |
Unify character casts, reorganize checks
diff --git a/xmltest.cpp b/xmltest.cpp index ebcd4dd..31e1187 100644 --- a/xmltest.cpp +++ b/xmltest.cpp
@@ -1398,6 +1398,10 @@ doc.DeleteNode(pRoot); } + { + // Should not assert in DEBUG + XMLPrinter printer; + } // ----------- Performance tracking -------------- {