Understanding manual SCXML test 307.

I cannot tell from the leading comment how to determine if this test is passing or not. I currently get these messages:

entering s0 value of Var 1 is: : nil
no error in s0
error in state s1: <event>{type="platform", name="error.execution.evaluation", data="[string \"return testvar1.nonono\"]:1: attempt to index global 'testvar1' (a number value)"}

This looks correct to me, but I wanted to be sure. It looks to me like this test may have been expecting an error in the first log, under the assumption that all data models would raise an error reading a value that had not yet been set.

Received on Monday, 30 June 2014 20:18:21 UTC