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

Minor

parent 65cac212
No related branches found
No related tags found
2 merge requests!25Ae fixes,!21New dmr test cases
......@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Functions.ttcn $
* $Id: OneM2M_Functions.ttcn 333 2017-07-28 08:17:47Z reinaortega $
* $Id: OneM2M_Functions.ttcn 334 2017-07-31 08:11:48Z reinaortega $
* @desc Module containing functions for oneM2M
*
*/
......@@ -620,10 +620,10 @@ module OneM2M_Functions {
}// end f_cse_deleteResource
/**
* @desc Check that a resource is present in the IUT (resourceId is known)
* @param p_resourceIndex Resource index
* @return boolean
/**
* @desc Check that a resource is present in the IUT (resourceId is known)
* @param p_resourceIndex Resource index
* @return boolean
*/
function f_isResourcePresent (integer p_resourceIndex) runs on CseTester return boolean {
......@@ -650,11 +650,11 @@ module OneM2M_Functions {
}
}
/**
* @desc Check that a resource is not present in the IUT (resourceId is NOT known)
* @param p_parentIndex Index of the parent resource
* @param p_resourceName Resource name (Hierarchical method is used)
* @return boolean
/**
* @desc Check that a resource is not present in the IUT (resourceId is NOT known)
* @param p_parentIndex Index of the parent resource
* @param p_resourceName Resource name (Hierarchical method is used)
* @return boolean
*/
function f_isResourceNotPresent (integer p_parentIndex, XSD.String p_resourceName) runs on CseTester return boolean {
......
......@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Templates.ttcn $
* $Id: OneM2M_Templates.ttcn 331 2017-07-27 15:41:51Z reinaortega $
* $Id: OneM2M_Templates.ttcn 334 2017-07-31 08:11:48Z 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 333 2017-07-28 08:17:47Z reinaortega $
* $Id: OneM2M_Testcases.ttcn 334 2017-07-31 08:11:48Z reinaortega $
* @desc Module containing test cases for oneM2M
*
*/
......
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