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.
>