Re: test 579 updated
Ate Douma <[email protected]> Tue, 08 Apr 2014 10:29:18 -0600
| Newsgroups | gmane.comp.web.voice |
|---|---|
| Message-ID | <[email protected]> |
On 08-04-14 09:58, Jim Barnett wrote: > I have tried to update test579 to test that the default history content gets > executed the first time a state is visited but not the second. Unfortunately, I > don't have access to an implementation that is up-to-date enough to pass the > test, so I don't know if it's correct. Could someone take a look and let me know > if it's OK? I'll try to test it today against Apache Commons SCXML. Ate > The idea is that S0's onentry generates event1, its <initial> > transition generates event2, and the default history content generates event3. > The first time through we should get event1/2/3 in that order, the second time > through only event1 and event2.