@@ -567,21 +567,20 @@ testcase tc_asn_complex() runs on MTC {
// ====== Special ASN.1 types ======
// record containing an open type and a possible NULL value
//TODO: java: wrong open type handling
//testcase tc_asn_open_type_and_null() runs on MTC {
// var HasPardType x := {
// pard := {
// id := 0,
// priority := low,
// val := { iNTEGER := 19 }
// },
// buul := true,
// price := { invaluable := NULL }
// };
// var octetstring os := char2oct("{\"pard\":{\"id\":0,\"priority\":\"low\",\"val\":{\"iNTEGER\":19}},\"buul\":true,\"price\":{\"invaluable\":null}}");