소스 검색

Test document had content to clear

Dmitry-Me 11 년 전
부모
커밋
aaa4ceab5e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      xmltest.cpp

+ 1 - 0
xmltest.cpp

@@ -1168,6 +1168,7 @@ int main( int argc, const char ** argv )
     {
         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 );
     }