From 9441757ef64c941fc0ddb24096123e0c590ace86 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Mon, 10 May 2010 13:31:38 +0000 Subject: Internal iterator constructors are now private, added empty document test git-svn-id: http://pugixml.googlecode.com/svn/trunk@403 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test_document.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/test_document.cpp') diff --git a/tests/test_document.cpp b/tests/test_document.cpp index 34d1ad1..32890e2 100644 --- a/tests/test_document.cpp +++ b/tests/test_document.cpp @@ -15,6 +15,12 @@ #include +TEST(document_create_empty) +{ + pugi::xml_document doc; + CHECK_NODE(doc, STR("")); +} + TEST(document_create) { pugi::xml_document doc; -- cgit v1.2.3