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
2a93b1b0
Commit
2a93b1b0
authored
Oct 04, 2019
by
Miguel Angel Reina Ortega
Browse files
Small correction for TC_CSE_DIS_005
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
c77a63e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
OneM2M_Testcases_CSE_Release_1.ttcn
OneM2M_Testcases_CSE_Release_1.ttcn
+2
-2
No files found.
OneM2M_Testcases_CSE_Release_1.ttcn
View file @
2a93b1b0
...
...
@@ -10011,9 +10011,9 @@ module OneM2M_Testcases_CSE_Release_1 {
f_send
(
e_mca_port
,
m_request
(
v_request
));
tc_ac
.
start
;
alt
{
[]
mcaPort
.
receive
(
mw_response
(
mw_responseDiscovery
))
->
value
v_response
{
[]
mcaPort
.
receive
(
mw_response
(
mw_responseDiscovery
))
->
value
v
c
_response
{
tc_ac
.
stop
;
if
(
lengthof
(
v_response
.
primitive
.
responsePrimitive
.
primitiveContent
.
uRIList
)
==
0
){
if
(
lengthof
(
v
c
_response
.
primitive
.
responsePrimitive
.
primitiveContent
.
uRIList
)
==
0
){
setverdict
(
pass
,
__SCOPE__
&
": Discovering "
&
f_getResourceAddress
(
v_resourceIndex
)
&
" without having privileges and no content"
);
}
else
...
...
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