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

Minor

parent 8940ebe8
No related branches found
No related tags found
1 merge request!25Ae fixes
......@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Templates.ttcn $
* $Id: OneM2M_Templates.ttcn 335 2017-07-31 09:04:53Z reinaortega $
* $Id: OneM2M_Templates.ttcn 336 2017-07-31 09:46:16Z reinaortega $
* @desc Module containing templates for oneM2M
*
*/
......
......@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/OneM2M_Testcases.ttcn $
* $Id: OneM2M_Testcases.ttcn 335 2017-07-31 09:04:53Z reinaortega $
* $Id: OneM2M_Testcases.ttcn 336 2017-07-31 09:46:16Z reinaortega $
* @desc Module containing test cases for oneM2M
*
*/
......@@ -10355,8 +10355,8 @@ module OneM2M_Testcases {
group g_CSE_DMR_UPD_017{
/**
* @desc Check that the IUT updates successfully the value of the optional attribute OPTIONAL_ATTRIBUTE of the RESOURCE_TYPE resource under CSEBase
/**
* @desc Check that the IUT updates successfully the value of the optional attribute OPTIONAL_ATTRIBUTE of the RESOURCE_TYPE resource under CSEBase
*/
testcase TC_CSE_DMR_UPD_017_CSR_LBL() runs on CseTester system CseSystem {
var Labels v_labels := {"MyLabel"};
......@@ -11363,8 +11363,8 @@ module OneM2M_Testcases {
group g_CSE_DMR_UPD_018 {
/**
* @desc Check that the IUT updates successfully the value of the attribute MANDATORY_ATTRIBUTE of the RESOURCE_TYPE resource under CSEBase
/**
* @desc Check that the IUT updates successfully the value of the attribute MANDATORY_ATTRIBUTE of the RESOURCE_TYPE resource under CSEBase
*/
testcase TC_CSE_DMR_UPD_018_CSR_ET() runs on CseTester system CseSystem {
var Timestamp v_expirationTime := "20001231T012345";
......
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