BobDohnal / fantasm

Automatically exported from code.google.com/p/fantasm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

startStateMachine does not provide unique instance names when multiple contexts are given

GoogleCodeExporter opened this issue · comments

*Needs to be verified with a unit test*

When startStateMachine() is called with multiple contexts, the machines that 
are started must get unique instance names. Needs to also consider if a 
taskName is provided to startStateMachine.

Original issue reported on code.google.com by jcoll...@vendasta.com on 6 Nov 2012 at 8:30

Added a unit test to test this. It appears to be working correctly.

Original comment by jcoll...@vendasta.com on 6 Nov 2012 at 9:47

  • Changed state: Invalid