Skip to content
Snippets Groups Projects
Commit ecc4690b authored by balaskoa's avatar balaskoa
Browse files

Comment to tc_predef_hex2str_good21()


Signed-off-by: default avatarbalaskoa <Jeno.Balasko@ericsson.com>
Change-Id: If1b8919dbfc5ecf5d846d32263af8b59f146adaf
parent c5db2ef3
No related branches found
No related tags found
No related merge requests found
......@@ -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"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment