- From: RJ Auburn <rj@voxeo.com>
- Date: Wed, 26 May 2010 01:08:34 -0400
- To: Chris Davis <davisc@iivip.com>
- Cc: www-voice <www-voice@w3.org>, W3C Voice Browser Working Group <w3c-voice-wg@w3.org>
This thread is tracked as ISSUE-706. RJ --- RJ Auburn CTO, Voxeo Corporation tel:+1-407-418-1800 Come join us at our Voxeo Customer Summit June 21st – June 23rd at the Hard Rock Hotel Register today for your All Access Pass: http://www.voxeo.com/summits/customer On May 18, 2010, at 3:36 PM, Chris Davis wrote: > Hello www-voice, > > We ran into 3 problems with 7_5.txml of the CCXML test cases: > > 1) <dialogterminate> needs immediate="'false'" (string) not "false" (boolean) > because 7.2.3.2 says of the immediate attribute that it is "An ECMAScript expression which returns a character string" > > If we can, I'd recommend changing the Recommendation to read "An ECMAScript expression which returns a boolean" > and leave the test case unchanged. As it is, we need to keep the tests consistent with the Recommendation. This inconsistency > is duplicated across many test cases. > > 2) <if cond="!bPreparedReceived"> needs to be <if cond="bPreparedReceived">. All the logic is screwed up > the way it is currently coded > > 3) needs a do-nothing conference.unjoined transition, as the test writer did not account for the conference.unjoined > that is associated with a terminating dialog > > -- > Chris Davis > Interact Incorporated R&D > 512-502-9969x117 > > >
Received on Wednesday, 26 May 2010 05:11:13 UTC