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

  $Author: richard $

  $Revision: 1.6 $

  $Log: 3,v $
  Revision 1.6  2002/04/20 09:10:08  richard
  yesno

  Revision 1.5  2002/03/26 09:23:26  richard
  extra tag, missing tag, missing card

  Revision 1.4  2002/02/27 16:46:17  richard
   rewrite test

  Revision 1.3  2001/10/30 16:22:53  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/navigationreference/taskexfailure/3" class="A" scope="wml2" 
	testtype="application" type="manual" source="wml2#5.3.5" device="both">
  <assertion>When a task fails to fetch it's target resource, there must be no 
  intrinsic event bindings executed.
  </assertion>
  <specnote>create a card with an ONENTERFORWARD event that is set to navigate 
  to a second card that doesn't exist. Call the card and make sure that that 
  card remains the current card.
  </specnote>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
<![CDATA[
<wml:card newcontext="true" id="main">
  <wml:onevent type="enterforward">
    <wml:go href="#nonexist" />
  </wml:onevent>
  <p>
    If this card remains the current card, the test is a pass.
  </p>
  <p>When this card was entered, did it remain the current card?
		<br/>
		[[yesno]]
	</p>
</wml:card>
<wml:card id="card2">
<p>this is card2</p>
<p>You shouldn't have reached this card, please go back</p>
<wml:do type="prev">
	<wml:prev/>
</wml:do>
</wml:card>
]]>
  </method>
</test>
