<?xml version="1.0" encoding="UTF-8"?>
<!--

  $Author: richard $

  $Revision: 1.5 $

  $Log: 1,v $
  Revision 1.5  2002/04/23 08:32:43  richard
  mising autofailed

  Revision 1.4  2002/03/16 18:28:07  richard
  rewrite test

  Revision 1.3  2001/10/30 16:22:31  gb
  Modified all the test files in the wml2 directory such that it puts the <?xml?> declaration back at the top of the file, before the comment.

  Revision 1.2  2001/10/08 21:56:15  gb
  Added the standard header of Author, Revision and Log at the top of each template file.


-->
<test id="wml2/uabehaviour/eventmodel/eventbindings/untypedevents/1" 
	class="A" scope="wml2" testtype="application" type="manual" 
	source="wml2#5.6.3.2" device="both">
  <assertion>When the WML:DO element is used, the only way to bind a task 
  to the associated event is to place the task element within the WML:DO 
  element.
  </assertion>
  <specnote>Create a card that holds a WML:GO element within a WML:DO 
  element, and set the WML:DO elements TYPE attribute to 'accept'. 
  Make sure that the result are sent to the server.
  </specnote>
   <results>
    <result ci="true">
      <name>test</name>
      <value>pass</value>
    </result>
  </results>
  <method>
  	<![CDATA[
  		<wml:card id="main" title="main" newcontext="true">
  			<p>Send the result to the server by acknowledging the link</p>
  			<wml:do type="accept" title="server">
  				<wml:go href="[[resulturl]]">
  					<wml:postfield name="test" value="pass" />
  					[[sessionvars]]
  				</wml:go>
  			</wml:do>
				[[auto_failed]]
  		</wml:card>
  	]]>
  </method>
</test>

