I haven't got this to work but one user informed me that this is working. Maybe, someone else can test this as well.
On Mon, May 10, 2010 at 9:28 AM, Richard Hirsch <[email protected]>wrote: > For some reason it doesn't work. > > Tried adding a test for the message but this fails as well > > "match 'conv:'" in { >> val ret = MsgParser._testMessage(" conv:1 ") >> >> ret must >> parseMatch("only test", >> {case MsgParser.Success(HashAction(_, _), _) => >> } >> ) >> >> } >> > > On Tue, May 4, 2010 at 10:46 AM, Richard Hirsch <[email protected]>wrote: > >> I've added an action that checks for conversation id - I've implemented as >> I think it should be but it still doesn't work. >> >> @vassil - maybe, you can take a look at it and see if you see why it isn't >> firing. >> >> Thanks. >> >> D. >> > >
