<?xml version="1.0" encoding="UTF-8"?>
<!-- @ Copyright 1998-2003 W3C (MIT, ERCIM, Keio), All Rights Reserved. See http://www.w3.org/Consortium/Legal/. @ -->

<vxml xmlns="http://www.w3.org/2001/vxml" xmlns:conf="http://www.w3.org/2002/vxml-conformance" version="2.0">

<form id="form0">
  <block>
  <conf:noinput/>
  </block>
  <!-- The object must be changed to an object supported by the system under test -->
  <object name="a">
  <catch>
      <conf:pass/>
  </catch>
  </object>
  <block>
    <conf:fail reason="event expected"/>
  </block>
</form>

<catch>
    <conf:fail expr="'caught unexpected event: ' + _event"/>
</catch>

</vxml>
