Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonketner committed Jun 10, 2019
1 parent 48b2a75 commit 826045f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TcUnit/TcUnit/POUs/FB_TcUnitRunner.TcPOU
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ END_VAR]]></Declaration>
ELSE
GVL.CurrentTestSuiteBeingCalled := GVL.TestSuiteAddresses[Counter];
GVL.CurrentTestSuiteBeingCalled^();
RunnableTestSuiteResults[Counter] := GVL.CurrentTestSuiteBeingCalled^.GetRunState();//.GetRunnableTestSuite().RunTests();
RunnableTestSuiteResults[Counter] := GVL.CurrentTestSuiteBeingCalled^.GetRunState();
END_IF
END_FOR
IF AmountOfTestSuitesFinished_Temp = GVL.AmountOfInitializedTestSuites THEN
Expand Down
3 changes: 1 addition & 2 deletions TcUnit/TcUnit/POUs/FB_TestSuite.TcPOU
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ END_VAR]]></Declaration>
IF NumberOfTests > 0 THEN
AllTestsFinished := TRUE;
FOR Counter := 1 TO GetAmountOfTests() BY 1 DO
AllTestsFinished := AllTestsFinished AND Tests[Counter].IsFinished();
END_FOR
Expand Down Expand Up @@ -2700,7 +2699,7 @@ END_IF]]></ST>
<LineId Id="14" Count="0" />
<LineId Id="16" Count="0" />
<LineId Id="5" Count="0" />
<LineId Id="17" Count="1" />
<LineId Id="28" Count="0" />
<LineId Id="6" Count="1" />
<LineId Id="10" Count="0" />
<LineId Id="4" Count="0" />
Expand Down

0 comments on commit 826045f

Please sign in to comment.