April 2010 CCXML test case problem

Hello www-voice,

I'm looking at the CCXML Version 1.0 Candidate Recommendation 1 April 2010
(http://www.w3.org/TR/2010/CR-ccxml-20100401/).

The conformance test case file 9_2_4_A.txml which is part of
the archive http://www.w3.org/Voice/2009/ccxml-irp/ccxml10-irp-20100331.zip
has an error.

line 89 reads:
<script>t_ASSERT_REASON = assertions[assert_index].reason</script>

The fix is to make line 89 be instead:
<script>t_ASSERT_REASON = assertions[assert_index].reason;</script>

The missing semicolon causes javascript to blow up.

Thanks,
Chris

-- 
Chris Davis
Interact Incorporated R&D
512-502-9969x117

Received on Friday, 9 April 2010 22:05:45 UTC