aboutsummaryrefslogtreecommitdiffstats
path: root/tests/70-xer-test-OK.asn1.-P
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-11-08 03:06:16 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-11-08 03:06:16 +0000
commit6d44a544c597ecdd3dc068565f128037688795ec (patch)
tree34eb1b922345a3f43418887adcfb1c1d9efca351 /tests/70-xer-test-OK.asn1.-P
parentfbc0bbb19235338c9c6c0aaf337cb92b2b277aa4 (diff)
SET OF/SEQUENCE OF interaction with named and unnamed CHOICE
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@993 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/70-xer-test-OK.asn1.-P')
-rw-r--r--tests/70-xer-test-OK.asn1.-P4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/70-xer-test-OK.asn1.-P b/tests/70-xer-test-OK.asn1.-P
index a0e273c1..72483fd6 100644
--- a/tests/70-xer-test-OK.asn1.-P
+++ b/tests/70-xer-test-OK.asn1.-P
@@ -1590,7 +1590,7 @@ static ber_tlv_tag_t asn_DEF_SetOfChoice_1_tags[] = {
static asn_SET_OF_specifics_t asn_SPC_SetOfChoice_1_specs = {
sizeof(struct SetOfChoice),
offsetof(struct SetOfChoice, _asn_ctx),
- 0, /* XER encoding is XMLDelimitedItemList */
+ 2, /* XER encoding is XMLValueList */
};
asn_TYPE_descriptor_t asn_DEF_SetOfChoice = {
"SetOfChoice",
@@ -1658,7 +1658,7 @@ static ber_tlv_tag_t asn_DEF_NamedSetOfChoice_1_tags[] = {
static asn_SET_OF_specifics_t asn_SPC_NamedSetOfChoice_1_specs = {
sizeof(struct NamedSetOfChoice),
offsetof(struct NamedSetOfChoice, _asn_ctx),
- 0, /* XER encoding is XMLDelimitedItemList */
+ 2, /* XER encoding is XMLValueList */
};
asn_TYPE_descriptor_t asn_DEF_NamedSetOfChoice = {
"NamedSetOfChoice",