From ba1b2017dbc865735bebe01a0f0da2e97f1dab12 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Thu, 20 May 2010 20:35:49 +0000 Subject: as_* functions now all use strto*/wcsto* functions; this unifies the behavior and fixes large unsigned integer parsing in as_uint git-svn-id: http://pugixml.googlecode.com/svn/trunk@438 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test_dom_modify.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/test_dom_modify.cpp') diff --git a/tests/test_dom_modify.cpp b/tests/test_dom_modify.cpp index 7d30420..cb4a5ab 100644 --- a/tests/test_dom_modify.cpp +++ b/tests/test_dom_modify.cpp @@ -34,8 +34,8 @@ TEST_XML(dom_attr_set_value, "")); + CHECK_NODE(node, STR("")); } TEST_XML(dom_node_set_name, "text") -- cgit v1.2.3