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 );

     }