tests: Minor fix
git-svn-id: http://pugixml.googlecode.com/svn/trunk@451 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
0e1b238fae
commit
1a1cc6f7f4
@ -208,7 +208,6 @@ TEST(parse_attribute_variations_wnorm)
|
|||||||
// document order
|
// document order
|
||||||
TEST_XML(document_order_coverage, "<node id='1'/>")
|
TEST_XML(document_order_coverage, "<node id='1'/>")
|
||||||
{
|
{
|
||||||
xml_document doc;
|
|
||||||
doc.precompute_document_order();
|
doc.precompute_document_order();
|
||||||
|
|
||||||
CHECK(doc.child(STR("node")).document_order() == 0);
|
CHECK(doc.child(STR("node")).document_order() == 0);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user