Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterZerlauth committed Nov 1, 2023
1 parent 646f088 commit f018360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tc3_UnitTest/Tc3_UnitTest/Tc3_UnitTest.plcproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Company>Zerlauth</Company>
<Released>false</Released>
<Title>Tc3_UnitTest</Title>
<ProjectVersion>0.0.3.0</ProjectVersion>
<ProjectVersion>0.0.3.1</ProjectVersion>
<DefaultNamespace>Tc3_UnitTest</DefaultNamespace>
<Placeholder>Tc3_UnitTest</Placeholder>
<Author>Peter Zerlauth</Author>
Expand Down
2 changes: 1 addition & 1 deletion Tc3_UnitTest/Testing/POUs/MAIN.TcPOU
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ CASE fbTestsuite4.P_Testcase OF
memset(ADR(REAL_ARRAY4), 0, SIZEOF(REAL_ARRAY4));
fbAssert.M_Equals_Array_REAL(REAL_ARRAY3, REAL_ARRAY4, 0.0, 'REAL Array passed');
fbTestsuite4.P_Assert.M_Equals_DINT(1, fbAssert.nPassed, 'M_Equals_Array_REAL');
fbTestsuite4.M_Testcase('FB_Assert', T#1S, '', '', 3);
fbTestsuite4.M_Testcase('FB_Assert', T#1S, '', '', E_Testcase.Done);
3:
REAL_ARRAY4[0]:= 1.1;
Expand Down

0 comments on commit f018360

Please sign in to comment.