diff options
| author | Brian Cully <bjc@kublai.com> | 2017-11-12 11:22:24 -0500 |
|---|---|---|
| committer | Brian Cully <bjc@kublai.com> | 2017-11-12 11:48:47 -0500 |
| commit | 01fde2b197c3d33d33b8814cdb677f8f262044a0 (patch) | |
| tree | 3fffe8fd03bfdd264f16280319c684d69d91b38e /xml | |
| parent | 95232ea1e6ee1752bed33170e352cbf4bcf49141 (diff) | |
| download | xmpt-01fde2b197c3d33d33b8814cdb677f8f262044a0.tar.gz xmpt-01fde2b197c3d33d33b8814cdb677f8f262044a0.zip | |
Use qualified stream tag when expecting stream close.
Diffstat (limited to 'xml')
| -rw-r--r-- | xml/signout.expected.xml | 2 | ||||
| -rw-r--r-- | xml/signout.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xml/signout.expected.xml b/xml/signout.expected.xml index 522b4a3..4ae4038 100644 --- a/xml/signout.expected.xml +++ b/xml/signout.expected.xml @@ -1 +1 @@ -</stream> +</{stream}> diff --git a/xml/signout.xml b/xml/signout.xml index 522b4a3..34e306d 100644 --- a/xml/signout.xml +++ b/xml/signout.xml @@ -1 +1 @@ -</stream> +</stream:stream> |
