Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Oct 11, 2024
1 parent d542347 commit 361be8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/TwoWayActuatorTest.st
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ NAMESPACE Simatic.Ax.axftcmlib
METHOD PUBLIC GoToWorkPosition_Swiches_Q_ToWorkPosition_On_And_Returns_Busy
cmd := _actuator.GoToWorkPosition();
busy := cmd.Busy();



AxUnit.Assert.Equal(expected := TRUE, actual := busy);
AxUnit.Assert.Equal(expected := TRUE, actual := _qToWork.IsOn());
AxUnit.Assert.Equal(expected := FALSE, actual := _qToHome.IsOn());
Expand Down

0 comments on commit 361be8c

Please sign in to comment.