From ecc4690b53267cec1d422ff0d0b091906364ec7b Mon Sep 17 00:00:00 2001 From: balaskoa <Jeno.Balasko@ericsson.com> Date: Fri, 27 Sep 2019 15:46:59 +0200 Subject: [PATCH] Comment to tc_predef_hex2str_good21() Signed-off-by: balaskoa <Jeno.Balasko@ericsson.com> Change-Id: If1b8919dbfc5ecf5d846d32263af8b59f146adaf --- regression_test/predefFunction2/predefFunctTest.ttcn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/regression_test/predefFunction2/predefFunctTest.ttcn b/regression_test/predefFunction2/predefFunctTest.ttcn index b35e8f9d4..62ec6cdf8 100755 --- a/regression_test/predefFunction2/predefFunctTest.ttcn +++ b/regression_test/predefFunction2/predefFunctTest.ttcn @@ -1121,6 +1121,9 @@ testcase tc_predef_hex2str_good20() runs on CT { } } +//C.1.20 Hexstring to charstring +//Example: hex2str('AB801'H) // will return "AB801" + testcase tc_predef_hex2str_good21() runs on CT { var hexstring vl_hs :='ABBA9'H var RoCS vl_bs := { "A","B","B","A","9"} -- GitLab