aboutsummaryrefslogtreecommitdiff
path: root/tests/xml/roundtrip
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xml/roundtrip')
-rw-r--r--tests/xml/roundtrip/driver.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/xml/roundtrip/driver.cxx b/tests/xml/roundtrip/driver.cxx
index ec8cebe..b0b6497 100644
--- a/tests/xml/roundtrip/driver.cxx
+++ b/tests/xml/roundtrip/driver.cxx
@@ -33,7 +33,9 @@ main (int argc, char* argv[])
parser p (ifs,
argv[1],
- parser::receive_default | parser::receive_namespace_decls);
+ parser::receive_default |
+ parser::receive_attributes_event |
+ parser::receive_namespace_decls);
serializer s (cout, "out", 0);