Commit 2f2825ed authored by kovacsa's avatar kovacsa
Browse files

some test cases moved on hold

parent 2dc2b1ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@
 ** @verdict  pass accept, ttcn3verdict:pass
 ***************************************************/

/*NOTE: 
 * "UTF-16LE","UTF-16BE", "UTF-32LE" and "UTF-32BE" in not working with TestCast v.6.8.2.5 */
//on hold till resolution of CR7128


/* The following requirements are tested:
 * This function converts an UTF-16 universal charstring value to a Little endian octetstring.*/
+2 −2
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@
 ** @verdict  pass accept, ttcn3verdict:pass
 ***************************************************/

/*NOTE: 
 * "UTF-16LE","UTF-16BE", "UTF-32LE" and "UTF-32BE" in not working with TestCast v.6.8.2.5 */
//on hold till resolution of CR7128


/* The following requirements are tested:
 * This function converts an UTF-32 universal charstring value to a Little endian octetstring.*/
+2 −2
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@
 ** @verdict  pass accept, ttcn3verdict:pass
 ***************************************************/

/*NOTE: 
 * "UTF-16LE","UTF-16BE", "UTF-32LE" and "UTF-32BE" in not working with TestCast v.6.8.2.5 */
//on hold till resolution of CR7128


/* The following requirements are tested:
 * This function converts an UTF-16 universal charstring value to a Big endian octetstring.*/
+2 −2
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@
 ** @verdict  pass accept, ttcn3verdict:pass
 ***************************************************/

/*NOTE: 
 * "UTF-16LE","UTF-16BE", "UTF-32LE" and "UTF-32BE" in not working with TestCast v.6.8.2.5 */
//on hold till resolution of CR7128


/* The following requirements are tested:
 * This function converts an UTF-32 universal charstring value to a Big endian octetstring.*/
+2 −2
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@
 ** @verdict  pass accept, ttcn3verdict:pass
 ***************************************************/

/* The following requirements are tested:
 * This function converts an octetstring to an UTF-16 Little Endian byte order universal charstring.*/
//on hold till resolution of CR7128



module Sem_160102_predefined_functions_038 {
Loading