Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Gergo Ujhelyi
titan.EclipsePlug-ins
Commits
42886693
Commit
42886693
authored
Jul 08, 2020
by
Kristof Szabados
Browse files
all tests in this module also run to pass.
parent
eb174b25
Changes
2
Hide whitespace changes
Inline
Side-by-side
Regression_Test_java/single_config.cfg
View file @
42886693
...
...
@@ -139,7 +139,7 @@ JsonBasicASN1EncDecTest1 #6 pass
JsonBasicAttributeTest # 16 pass
JsonBasicEncDecTest_bs # 37 pass
JsonBasicEncDecTest_os # 35 pass
JsonBasicTest_ucharstring #
8
pass
, 1 commented out
JsonBasicTest_ucharstring #
10
pass
## JsonComplexTest folder ##
JsonTestcases.control #74 pass, 5 commented out
...
...
Regression_Test_java/src/EncodeDecode/JSON/JsonBasicTest/JsonBasicTest_ucharstring.ttcn
100755 → 100644
View file @
42886693
...
...
@@ -385,11 +385,11 @@ testcase tc_JSON_ustr_in_rec2() runs on CT {
control
{
execute
(
tc_JSON_ustr_local1
());
//
execute(tc_JSON_ustr_too_big_char());
execute
(
tc_JSON_ustr_too_big_char
());
execute
(
tc_JSON_ustr_local_char1
());
execute
(
tc_JSON_ustr_local_char2
());
execute
(
tc_JSON_ustr_local_char3
());
//
execute(tc_JSON_ustr_local_char4_highest_acceptable());
fail
execute
(
tc_JSON_ustr_local_char4_highest_acceptable
());
execute
(
tc_JSON_ustr_gc
());
execute
(
tc_JSON_ustr_lc
());
execute
(
tc_JSON_ustr_in_rec1
());
...
...
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