aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/built-in/driver.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-13 15:38:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-13 15:38:11 +0200
commit6f395f9f769866a04f6949cb7ed14f93d90cf728 (patch)
treed1f8343e7b41fc1895676ad4248a5e4942f9172b /tests/cxx/hybrid/built-in/driver.cxx
parentc1f49aa87678c512ac37575365a6676727e5f20a (diff)
Map anySimpleType to a string
Diffstat (limited to 'tests/cxx/hybrid/built-in/driver.cxx')
-rw-r--r--tests/cxx/hybrid/built-in/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx/hybrid/built-in/driver.cxx b/tests/cxx/hybrid/built-in/driver.cxx
index ddffcfa..0993bc9 100644
--- a/tests/cxx/hybrid/built-in/driver.cxx
+++ b/tests/cxx/hybrid/built-in/driver.cxx
@@ -49,7 +49,7 @@ main (int argc, char* argv[])
doc_s.add_prefix ("t", "test");
root_s.pre (*r);
- doc_s.serialize (cout);
+ doc_s.serialize (cout, xml_schema::document_simpl::pretty_print);
root_s.post ();
delete r;