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

Typo in test case ID: from TC_CSE_SUB_CRE_012_NCT_2 to TC_CSE_SUB_CRE_012_NCT_1

parent 345ccf67
No related branches found
No related tags found
No related merge requests found
...@@ -7758,11 +7758,11 @@ module OneM2M_Testcases_CSE_Release_3 { ...@@ -7758,11 +7758,11 @@ module OneM2M_Testcases_CSE_Release_3 {
* @desc Check that the IUT rejects a CREATE request when the notificationEventType is set to 7 (Blocking Update) and notificationContentType attribute set to NOTIFICATION_CONTENT_TYPE. * @desc Check that the IUT rejects a CREATE request when the notificationEventType is set to 7 (Blocking Update) and notificationContentType attribute set to NOTIFICATION_CONTENT_TYPE.
* *
*/ */
testcase TC_CSE_SUB_CRE_012_NCT_2() runs on Tester system CseSystem { testcase TC_CSE_SUB_CRE_012_NCT_1() runs on Tester system CseSystem {
var AeSimu v_ae1 := AeSimu.create("AE1") alive; var AeSimu v_ae1 := AeSimu.create("AE1") alive;
v_ae1.start(f_CSE_SUB_CRE_012(int2)); v_ae1.start(f_CSE_SUB_CRE_012(int1));
v_ae1.done; v_ae1.done;
} }
......
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