From ff83431063f13d69d61a52dfaae4b563e9a3c28d Mon Sep 17 00:00:00 2001 From: reinaortega <miguelangel.reinaortega@etsi.org> Date: Wed, 29 Nov 2017 15:17:52 +0100 Subject: [PATCH] Typo in TC_AE_SUB_NTY_001 name, replaced by TC_AE_SUB_NTF_001 Signed-off-by: reinaortega <miguelangel.reinaortega@etsi.org> --- OneM2M_Testcases_AE.ttcn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OneM2M_Testcases_AE.ttcn b/OneM2M_Testcases_AE.ttcn index 2db653e..371402e 100644 --- a/OneM2M_Testcases_AE.ttcn +++ b/OneM2M_Testcases_AE.ttcn @@ -2229,7 +2229,7 @@ module OneM2M_Testcases_AE { * @desc Check that the IUT sends a Notify Response to the hosting CSE when receiving a Notify request containing a single notification */ - testcase TC_AE_SUB_NTY_001() runs on CseSimu system AeSystem { + testcase TC_AE_SUB_NTF_001() runs on CseSimu system AeSystem { //variables var template UtTriggerPrimitive v_utRequest := m_createAe("UNINITIALIZED"); @@ -2320,7 +2320,7 @@ module OneM2M_Testcases_AE { * @desc Check that the IUT sends a Notify Response to the hosting CSE when receiving a Notify request containing aggregated notifications */ - testcase TC_AE_SUB_NTY_002() runs on CseSimu system AeSystem { + testcase TC_AE_SUB_NTF_002() runs on CseSimu system AeSystem { //variables var template UtTriggerPrimitive v_utRequest := m_createAe("UNINITIALIZED"); -- GitLab