Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
f276c950
Commit
f276c950
authored
Jan 03, 2017
by
garciay
Browse files
Wrong test cases numbering fixed
parent
0d5b9217
Changes
2
Hide whitespace changes
Inline
Side-by-side
ttcn/AtsIVIM/ItsIvim_TestCases.ttcn
View file @
f276c950
...
...
@@ -772,11 +772,11 @@ module ItsIvim_TestCases {
* @see ETSI TS 103 191-2 v1.2.1 TP_IS_IVI_MSGF_BV_02
* @reference ETSI TS 103 301 v1.1.1 Clause 7.4.3.2
*/
testcase
TC_IS_IVI_MSGF_BV_0
1
()
runs
on
ItsIvim
system
ItsIvimSystem
{
testcase
TC_IS_IVI_MSGF_BV_0
2
()
runs
on
ItsIvim
system
ItsIvimSystem
{
f_IS_IVI_MSGF_BV_02
();
}
// end TC_IS_IVIM_MSP_BV_0
1
}
// end TC_IS_IVIM_MSP_BV_0
2
}
// End of group iviMessageReception
...
...
ttcn/AtsIVIM/ItsIvim_TestControl.ttcn
View file @
f276c950
...
...
@@ -49,7 +49,7 @@ module ItsIvim_TestControl {
execute
(
TC_IS_IVI_EVRP_BV_02
());
}
if
(
PICS_IVIM_RECEPTION
)
{
execute
(
TC_IS_IVI_MSGF_BV_0
1
());
execute
(
TC_IS_IVI_MSGF_BV_0
2
());
}
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment