Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ATS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TST
ATS
Merge requests
!32
#4
Fix/tc cse dis 007 invalid altstep
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
#4
Fix/tc cse dis 007 invalid altstep
fix/TC_CSE_DIS_007_invalid_altstep
into
Release1
Overview
0
Commits
4
Pipelines
0
Changes
1
Closed
Bogdan Stanca-Kaposta
requested to merge
fix/TC_CSE_DIS_007_invalid_altstep
into
Release1
7 years ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
6b10c17e
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
6b10c17e
fix for invalid altstep in TC_CSE_DIS_007
· 6b10c17e
Bogdan Stanca-Kaposta
authored
7 years ago
OneM2M_Testcases_CSE_Release_1.ttcn
+
1
−
1
Options
@@ -9623,7 +9623,7 @@ module OneM2M_Testcases_CSE_Release_1 {
tc_ac
.
stop
;
setverdict
(
fail
,
__SCOPE__
&
": Wrong response status code while retrieving resource"
);
}
[]
mcaPort
.
receive
(
mw_response
(
mw_responsePrimitive
K
O
))
{
[]
mcaPort
.
receive
(
mw_response
(
mw_responsePrimitiveO
K
))
{
tc_ac
.
stop
;
setverdict
(
fail
,
__SCOPE__
&
": Wrong response while retrieving resource"
);
}
Loading