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

  $Author: richard $

  $Revision: 1.6 $

  $Log: 5,v $
  Revision 1.6  2002/04/20 08:16:39  richard
  yesno

  Revision 1.5  2002/03/17 12:40:37  richard
  manal test implies submit as attribute and not test

  Revision 1.4  2002/03/17 11:40:25  richard
  rewrite test

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


-->
<test id="wml2/uabehaviour/eventmodel/eventbindings/shadowing/5" 
	class="A" scope="wml2" testtype="application" type="manual" 
	source="wml2#5.6.3.3" device="both">
  <assertion>When a card-level binding specifies a NOOP task but does not 
  override another binding, then the binding for that event must be masked 
  and similarly ignored with no side effects.
  </assertion>
  <specnote>Create a card with an ENTERFORWARD event binding with a 
  NOOP task and display the card. The card should be displayed without 
  side effects.
  </specnote>
   <results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
  <method>
  	<![CDATA[
  		<wml:card id="main" title="main" newcontext="true">
  			<wml:onevent type="enterforward">
  				<wml:noop />
  			</wml:onevent>
  			<p>Was this card displayed without any side effects?
  				<br/>
  				[[yesno]]
  			</p>
  		</wml:card>
  	]]>
  </method>
</test>
