X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tests%2Ftests-randomized%2Fbundles%2F19-SET-OF-bundle.txt;fp=tests%2Ftests-randomized%2Fbundles%2F19-SET-OF-bundle.txt;h=0000000000000000000000000000000000000000;hb=7bfd112193698e9340c01e9260e3f14889f0cbe0;hp=ea83c258974292ef4d7c5369d847bfdda81cfbf9;hpb=0c91129502aa163bb0e1d6d0ca7c807560ffb588;p=com%2Fasn1c.git diff --git a/tests/tests-randomized/bundles/19-SET-OF-bundle.txt b/tests/tests-randomized/bundles/19-SET-OF-bundle.txt deleted file mode 100644 index ea83c25..0000000 --- a/tests/tests-randomized/bundles/19-SET-OF-bundle.txt +++ /dev/null @@ -1,38 +0,0 @@ -SET OF NULL -SET (SIZE(0)) OF NULL -SET (SIZE(1)) OF NULL -SET (SIZE(0..2)) OF NULL -SET (SIZE(1..2)) OF NULL -SET (SIZE(1..MAX)) OF NULL - -SET OF BOOLEAN -SET (SIZE(0)) OF BOOLEAN -SET (SIZE(1)) OF BOOLEAN -SET (SIZE(0..2)) OF BOOLEAN -SET (SIZE(1..2)) OF BOOLEAN -SET (SIZE(1..MAX)) OF BOOLEAN - -SET OF PrintableString (SIZE(1)) -SET (SIZE(0)) OF PrintableString (SIZE(1)) -SET (SIZE(1)) OF PrintableString (SIZE(1)) -SET (SIZE(0..2)) OF PrintableString (SIZE(1)) -SET (SIZE(1..2)) OF PrintableString (SIZE(1)) -SET (SIZE(1..MAX)) OF PrintableString (SIZE(1)) - -SET OF PrintableString (FROM("A".."Z")) -SET (SIZE(0)) OF PrintableString (FROM("A".."Z")) -SET (SIZE(1)) OF PrintableString (FROM("A".."Z")) -SET (SIZE(0..2)) OF PrintableString (FROM("A".."Z")) -SET (SIZE(1..2)) OF PrintableString (FROM("A".."Z")) -SET (SIZE(1..MAX)) OF PrintableString (FROM("A".."Z")) - -SET OF PrintableString (FROM("A".."Z")) - -SET OF BOOLEAN -- RMAX=70000 -SET (SIZE(2..MAX)) OF BOOLEAN -- RMAX=70000 -SET OF PrintableString (SIZE(1)) --RMAX=16384 - --- Mainly verifies encoding when its size is 0. -SET OF OCTET STRING (SIZE(1)) -SET (SIZE(1..MAX,...)) OF OCTET STRING (SIZE(1)) -SET (SIZE(1..2,...)) OF OCTET STRING (SIZE(1))