Skip to content

Commit

Permalink
test busy
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Oct 11, 2024
1 parent cc0197a commit 0d587c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/TwoWayActuatorTest.st
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ NAMESPACE Simatic.Ax.axftcmlib
ELSE
busy := TRUE;
END_IF;
busy := TRUE;
AxUnit.Assert.Equal(expected := TRUE, actual := busy);
AxUnit.Assert.Equal(expected := FALSE, actual := done);
AxUnit.Assert.Equal(expected := TRUE, actual := _qToWork.IsOn());
Expand Down

0 comments on commit 0d587c2

Please sign in to comment.