<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/events/tasks/go/14" class="A" scope="wml" testtype="application" type="manual" source="wml13#9.5.1" device="both">
  <assertion>When the ENCTYPE attributes value of a GO element is
"APPLICATION/X-WWW-FORM-URLENCODED", the field names and values must be 
encoded using URI-escaping, and listed in the order in which the postfields 
are presented.
</assertion>
  <notes>Revised ref WAG comments 06/00 - Test added.</notes>
  <specnote>Added with wml version 1.3.</specnote>
  <results>
    <result ci="true">
      <name>ENV_REQUEST_METHOD</name>
      <value>post</value>
    </result>
    <result>
      <name>name1</name>
      <value>value1</value>
    </result>
    <result>
      <name>name2</name>
      <value>value2</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<onevent type="onenterforward">
<go href="#card1"/>
</onevent>
</card>]]>
  </method>
  <cards>
    <card id="1">
      <![CDATA[<card id="card1">
<onevent type="onenterforward">
<go href="<responseurl>" method="post">
<postfield name="name1" value="value1"/>
<postfield name="name2" value="value2"/>
<sessionvars>
</go>
</onevent>
<auto_failed>
</card>





]]>
    </card>
  </cards>
</test>

