commit | aaa4ceab5e83c45d5d62b815e045abf14c97ea08 | [log] [tgz] |
---|---|---|
author | Dmitry-Me <wipedout@yandex.ru> | Fri Feb 06 16:00:46 2015 +0300 |
committer | Dmitry-Me <wipedout@yandex.ru> | Fri Feb 06 16:00:46 2015 +0300 |
tree | 03bd8e35483cd81199512ee68b72d05337a3732f | |
parent | 03824c305d13ddbcbb834e51d78c446520786121 [diff] [blame] |
Test document had content to clear
diff --git a/xmltest.cpp b/xmltest.cpp index 79ecf88..c231024 100644 --- a/xmltest.cpp +++ b/xmltest.cpp
@@ -1168,6 +1168,7 @@ { XMLDocument doc; doc.LoadFile( "resources/dream.xml" ); + XMLTest( "Document has something to Clear()", doc.NoChildren(), false ); doc.Clear(); XMLTest( "Document Clear()'s", doc.NoChildren(), true ); }