diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/xmpp.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/xmpp.cpp b/tests/xmpp.cpp index 14c51da..c49c2fd 100644 --- a/tests/xmpp.cpp +++ b/tests/xmpp.cpp @@ -67,6 +67,8 @@ TEST_CASE("substanzas") CHECK(!d.has_children()); } CHECK(b.has_children()); + XmlSubNode e(a, "namespace", "name"); + CHECK(e.get_tag("xmlns") == "namespace"); } CHECK(a.has_children()); } |