Skip to content
Snippets Groups Projects
Commit ff834310 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Typo in TC_AE_SUB_NTY_001 name, replaced by TC_AE_SUB_NTF_001

parent bfa51416
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment