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

Minor error in m_createContentInstanceBase


Signed-off-by: Miguel Angel Reina Ortega's avatarMiguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
parent df2086a2
No related branches found
No related tags found
1 merge request!25Ae fixes
......@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://forge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Templates.ttcn $
* $Id: OneM2M_Templates.ttcn 238 2017-03-23 17:39:11Z reinaortega $
* $Id: OneM2M_Templates.ttcn 245 2017-03-27 17:06:27Z reinaortega $
* @desc Module containing templates for oneM2M
*
*/
......@@ -575,7 +575,7 @@ module OneM2M_Templates {
*/
template (value) RequestPrimitive m_createContentInstanceBase modifies m_create := {
requestIdentifier := testcasename() & "-m_createContentInstance" & f_rnd(1, 1000000),
resourceType := int3,
resourceType := int4,
primitiveContent := {
any_1 := {{ContentInstance_optional := m_contentCreateContentInstance}}
......
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