From 9d760988a02b1b297b4dfeb862a5f38187b4810e Mon Sep 17 00:00:00 2001 From: Federico Rojas Date: Fri, 19 Feb 2021 12:04:06 +0100 Subject: [PATCH] Delete all files related to the Test unit folder and library --- .../Test/app_tests/tcUNIT_APP_RUN.TcPOU | 19 -- .../Test/common/FB_tcUNIT_common.TcPOU | 242 ----------------- .../Test/common/tcUNIT_GVL.TcGVL | 23 -- .../standard_library_tests/E_TestStates.TcDUT | 22 -- .../standard_library_tests/FB_Axis_TEST.TcPOU | 250 ------------------ .../tcUNIT_STD_LIB_RUN.TcPOU | 17 -- 6 files changed, 573 deletions(-) delete mode 100644 solution/tc_project_app/Test/app_tests/tcUNIT_APP_RUN.TcPOU delete mode 100644 solution/tc_project_app/Test/common/FB_tcUNIT_common.TcPOU delete mode 100644 solution/tc_project_app/Test/common/tcUNIT_GVL.TcGVL delete mode 100644 solution/tc_project_app/Test/standard_library_tests/E_TestStates.TcDUT delete mode 100644 solution/tc_project_app/Test/standard_library_tests/FB_Axis_TEST.TcPOU delete mode 100644 solution/tc_project_app/Test/standard_library_tests/tcUNIT_STD_LIB_RUN.TcPOU diff --git a/solution/tc_project_app/Test/app_tests/tcUNIT_APP_RUN.TcPOU b/solution/tc_project_app/Test/app_tests/tcUNIT_APP_RUN.TcPOU deleted file mode 100644 index 5b837e7..0000000 --- a/solution/tc_project_app/Test/app_tests/tcUNIT_APP_RUN.TcPOU +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/solution/tc_project_app/Test/common/FB_tcUNIT_common.TcPOU b/solution/tc_project_app/Test/common/FB_tcUNIT_common.TcPOU deleted file mode 100644 index e2e7016..0000000 --- a/solution/tc_project_app/Test/common/FB_tcUNIT_common.TcPOU +++ /dev/null @@ -1,242 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/solution/tc_project_app/Test/common/tcUNIT_GVL.TcGVL b/solution/tc_project_app/Test/common/tcUNIT_GVL.TcGVL deleted file mode 100644 index e331fd6..0000000 --- a/solution/tc_project_app/Test/common/tcUNIT_GVL.TcGVL +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/solution/tc_project_app/Test/standard_library_tests/E_TestStates.TcDUT b/solution/tc_project_app/Test/standard_library_tests/E_TestStates.TcDUT deleted file mode 100644 index 274f937..0000000 --- a/solution/tc_project_app/Test/standard_library_tests/E_TestStates.TcDUT +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/solution/tc_project_app/Test/standard_library_tests/FB_Axis_TEST.TcPOU b/solution/tc_project_app/Test/standard_library_tests/FB_Axis_TEST.TcPOU deleted file mode 100644 index adcd807..0000000 --- a/solution/tc_project_app/Test/standard_library_tests/FB_Axis_TEST.TcPOU +++ /dev/null @@ -1,250 +0,0 @@ - - - - of the axis within GVL.astAxes[] to test against. -END_VAR]]> - - - - - - - nMaxCycles OR ExpectedResult = Result THEN - AssertEquals(Expected := ExpectedResult, - Actual := Result, - Message := 'Axis is not moving.'); - TEST_FINISHED(); -ELSE - nCycle := nCycle + 1; -END_IF]]> - - - - - - nCycleMax OR ExpectedResult = Result THEN - AssertEquals(Expected := ExpectedResult, - Actual := Result, - Message := 'fPosition of the axis is different.'); - TEST_FINISHED(); -ELSE - nCycle := nCycle + 1; -END_IF]]> - - - - - - - - - - - - nMaxCycles OR ExpectedResult = Result THEN - AssertEquals(Expected := ExpectedResult, - Actual := Result, - Message := 'Axis is not enabled.'); - TEST_FINISHED(); -ELSE - nCycle := nCycle + 1; -END_IF -]]> - - - - - - - - - - - - nMaxCycles OR ExpectedResult = Result THEN - AssertEquals(Expected := ExpectedResult, - Actual := Result, - Message := 'Axis bLimitFwd is not enabled.'); - TEST_FINISHED(); -ELSE - nCycle := nCycle + 1; -END_IF]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/solution/tc_project_app/Test/standard_library_tests/tcUNIT_STD_LIB_RUN.TcPOU b/solution/tc_project_app/Test/standard_library_tests/tcUNIT_STD_LIB_RUN.TcPOU deleted file mode 100644 index aac5b09..0000000 --- a/solution/tc_project_app/Test/standard_library_tests/tcUNIT_STD_LIB_RUN.TcPOU +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file