Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
TST
ATS
Commits
37288488
Commit
37288488
authored
Feb 19, 2018
by
Miguel Angel Reina Ortega
Browse files
Updating test cases to fix
#24
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
000df39a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
OneM2M_Testcases_CSE_Release_1.ttcn
OneM2M_Testcases_CSE_Release_1.ttcn
+3
-3
No files found.
OneM2M_Testcases_CSE_Release_1.ttcn
View file @
37288488
...
...
@@ -1900,7 +1900,7 @@ module OneM2M_Testcases_CSE_Release_1 {
tc_ac
.
start
;
alt
{
[]
mcaPort
.
receive
(
mw_response
(
mw_responsePrimitive
(
int2000
,
v_contentResponse
)))
->
value
v_response
{
[]
mcaPort
.
receive
(
mw_response
(
mw_responsePrimitive
(
int2000
,
v_contentResponse
)
,
{
"parentID"
}
))
->
value
v_response
{
tc_ac
.
stop
;
setverdict
(
pass
,
__SCOPE__
&
": Response OK for retrieving"
);
}
...
...
@@ -2017,7 +2017,7 @@ module OneM2M_Testcases_CSE_Release_1 {
tc_ac
.
start
;
alt
{
[]
mcaPort
.
receive
(
mw_response
(
mw_responsePrimitive
(
int2000
,
v_contentResponse
)))
->
value
v_response
{
[]
mcaPort
.
receive
(
mw_response
(
mw_responsePrimitive
(
int2000
,
v_contentResponse
)
,
{
"parentID"
}
))
->
value
v_response
{
tc_ac
.
stop
;
setverdict
(
pass
,
__SCOPE__
&
": cseType attribute is set to 1 (IN_CSE)"
);
}
...
...
@@ -2230,7 +2230,7 @@ module OneM2M_Testcases_CSE_Release_1 {
tc_ac
.
start
;
alt
{
[]
mcaPort
.
receive
(
mw_response
(
mw_responsePrimitive
(
int2000
,
v_contentResponse
)))
->
value
v_response
{
[]
mcaPort
.
receive
(
mw_response
(
mw_responsePrimitive
(
int2000
,
v_contentResponse
)
,
{
"parentID"
}
))
->
value
v_response
{
tc_ac
.
stop
;
if
(
v_response
.
primitive
.
responsePrimitive
.
primitiveContent
.
cSEBase
.
supportedResourceType
==
PX_SRT
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment