From 9ce0582f23dd0c06b3e60314322773001fae57c5 Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Mon, 31 Jul 2017 11:46:30 +0200 Subject: [PATCH] Minor --- LibOneM2M/OneM2M_Templates.ttcn | 2 +- OneM2M_Testcases.ttcn | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LibOneM2M/OneM2M_Templates.ttcn b/LibOneM2M/OneM2M_Templates.ttcn index c15c1bc..554ffc4 100644 --- a/LibOneM2M/OneM2M_Templates.ttcn +++ b/LibOneM2M/OneM2M_Templates.ttcn @@ -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 * */ diff --git a/OneM2M_Testcases.ttcn b/OneM2M_Testcases.ttcn index 2bb52c2..4d49dd0 100644 --- a/OneM2M_Testcases.ttcn +++ b/OneM2M_Testcases.ttcn @@ -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"; -- GitLab