Skip to content

Commit

Permalink
Merge pull request richardlord#24 from neilmanuell/EngineStateMachine
Browse files Browse the repository at this point in the history
renames SystemStateMachineTests to EngineStateMachine
  • Loading branch information
richardlord committed May 28, 2013
2 parents 0163505 + 0dcd0b0 commit 5c6e2a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/src/ash/AllTests.as
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package ash
import ash.fsm.SystemInstanceProviderTests;
import ash.fsm.SystemMethodProviderTests;
import ash.fsm.SystemSingletonProviderTests;
import ash.fsm.SystemStateMachineTests;
import ash.fsm.EngineStateMachineTests;
import ash.fsm.SystemStateTests;
import ash.signals.SignalTest;
import ash.tools.ComponentPoolTest;
Expand Down Expand Up @@ -43,6 +43,6 @@ package ash
public var systemSingletonProviderTests : SystemSingletonProviderTests;
public var systemMethodProviderTests : SystemMethodProviderTests;
public var systemStateTests : SystemStateTests;
public var systemStateMachineTests : SystemStateMachineTests;
public var systemStateMachineTests : EngineStateMachineTests;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package ash.fsm
import org.hamcrest.object.nullValue;
import org.hamcrest.object.sameInstance;

public class SystemStateMachineTests
public class EngineStateMachineTests
{
[Inject]
public var async : IAsync;
Expand Down

0 comments on commit 5c6e2a2

Please sign in to comment.