diff --git a/regression_test/predefFunction2/predefFunctTest.ttcn b/regression_test/predefFunction2/predefFunctTest.ttcn index b35e8f9d4eb07587e5651688e8d05d5988d36990..62ec6cdf83b2bf0fffded5f51fa9aa4a5f2ad98b 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"}