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
2c245cc4
Commit
2c245cc4
authored
Oct 04, 2016
by
Axel Rennoch
Browse files
small correction of error condition in TC_CSE_GMG_BV_010
parent
da7392e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
OneM2M_Testcases.ttcn
OneM2M_Testcases.ttcn
+1
-1
No files found.
OneM2M_Testcases.ttcn
View file @
2c245cc4
...
...
@@ -4690,7 +4690,7 @@ module OneM2M_Testcases {
if
(
not
ispresent
(
v_response
.
primitive
.
responsePrimitive
.
primitiveContent
.
any_1
[
0
].
Group_optional
.
memberTypeValidated
)){
setverdict
(
fail
,
testcasename
(),
": Error, memberTypeValidated attribute not provided"
);
}
else
{
if
(
v_response
.
primitive
.
responsePrimitive
.
primitiveContent
.
any_1
[
0
].
Group_optional
.
memberTypeValidated
=
=
false
){
if
(
v_response
.
primitive
.
responsePrimitive
.
primitiveContent
.
any_1
[
0
].
Group_optional
.
memberTypeValidated
!
=
false
){
setverdict
(
fail
,
testcasename
(),
": Error, memberTypeValidated attribute not correct"
);
}
}
...
...
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