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

  $Author: richard $

  $Revision: 1.5 $

  $Log: 1,v $
  Revision 1.5  2002/06/06 14:04:11  richard
  new spec

  Revision 1.5  2002/04/25 14:09:11  richard
  set as manual

  Revision 1.4  2002/03/17 14:01:47  richard
  rewrite test

  Revision 1.3  2001/10/30 16:22:54  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:29  gb
  Added the standard header of Author, Revision and Log at the top of each template file.


-->
<test id="wml2/uabehaviour/navuiwmldo/1" class="A" scope="wml2" 
	testtype="application" type="manual" source="wml2#5.10" device="both">
	<assertion>When the user activates a WML:DO element, the user agent 
	must execute the associated task.
	</assertion>
	<specnote>Create a card that holds the WML:DO element, with it's TYPE 
	attribute set to 'accept'. The WML:DO element will have WML:GO element 
	sending the results 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>Please Click on the button to send the information to the server
				</p>
				<wml:do type="accept">
					<wml:go href="[[resulturl]]">
						<wml:postfield name="test" value="pass" />
						[[sessionvars]]
					</wml:go>
				</wml:do>
			</wml:card>
		]]>
	</method>
</test>
