summaryrefslogtreecommitdiffstats
path: root/test/w3c/txml/test520.txml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/txml/test520.txml')
-rw-r--r--test/w3c/txml/test520.txml6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/w3c/txml/test520.txml b/test/w3c/txml/test520.txml
index 32ada62..7e602d0 100644
--- a/test/w3c/txml/test520.txml
+++ b/test/w3c/txml/test520.txml
@@ -11,8 +11,10 @@
</send>
</onentry>
- <!-- if other end sends us back this event, we succeed -->
- <transition event="HTTP.POST" conf:messageBodyEquals="this is some content" conf:targetpass=""/>
+ <!-- if other end sends us back this event, we succeed. Test for two common
+ ways of encoding -->
+ <transition event="HTTP.POST" conf:messageBodyEquals="this+is+some+content" conf:targetpass=""/>
+ <transition event="HTTP.POST" conf:messageBodyEquals="this%20is%20some%20content" conf:targetpass=""/>
<transition event="*" conf:targetfail=""/>
</state>