Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ATS
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Commits
4e4fb14d
Commit
4e4fb14d
authored
7 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Small change for f_CSE_DMR_BV_003 in the log messages
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
1388a95f
No related branches found
No related tags found
1 merge request
!25
Ae fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
OneM2M_Testcases.ttcn
+3
-3
3 additions, 3 deletions
OneM2M_Testcases.ttcn
with
3 additions
and
3 deletions
OneM2M_Testcases.ttcn
+
3
−
3
View file @
4e4fb14d
...
...
@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://forge.etsi.org/svn/oneM2M/trunk/ttcn/OneM2M_Testcases.ttcn $
* $Id: OneM2M_Testcases.ttcn 28
4
2017-05-19 05:5
4:20
Z reinaortega $
* $Id: OneM2M_Testcases.ttcn 28
5
2017-05-19 05:5
8:02
Z reinaortega $
* @desc Module containing test cases for oneM2M
*
*/
...
...
@@ -770,11 +770,11 @@ module OneM2M_Testcases {
alt {
[] mcaPort.receive(mw_response(mw_responsePrimitiveOK(p_contentResponse))) -> value v_response {
tc_ac.stop;
setverdict(pass, testcasename() & ": No child resources provided with RC set to
1
");
setverdict(pass, testcasename() & ": No child resources provided with RC set to
4
");
}
[] mcaPort.receive(mw_response(mw_responsePrimitiveOK)) -> value v_response {
tc_ac.stop;
setverdict(fail, testcasename() & ": Child resources provided with RC set to
1
");
setverdict(fail, testcasename() & ": Child resources provided with RC set to
4
");
}
[] mcaPort.receive(mw_response(mw_responsePrimitiveKO)) {
tc_ac.stop;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment