test534 - quote the search string please

Stefan Radomski <[email protected]> Wed, 25 Jun 2014 08:39:47 +0000
Newsgroups gmane.comp.web.voice
Message-ID <E436E6BB-49E5-4CF2-882F-7366119E05AD@tk.informatik.tu-darmstadt.de>
In test534, there is a pair of quotes missing in the parameter to search:
  <transition event="test" cond="_event.raw.search(_scxmleventname=test) !== -1" target="pass"/>

ought to be
  <transition event="test" cond=“_event.raw.search('_scxmleventname=test') !== -1" target="pass"/>

Regards
Stefan