Skip to content

Commit 471c7a8

Browse files
committed
Revert "change 'event' to something valid for C#"
This reverts commit 6e57669.
1 parent b1f55fd commit 471c7a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sbe-tool/src/test/resources/message-block-length-test.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<type name="blockLength" primitiveType="uint16"/>
1616
<type name="numInGroup" primitiveType="uint8" semanticType="NumInGroup"/>
1717
</composite>
18-
<set name="choice_event" encodingType="uint8">
18+
<set name="event" encodingType="uint8">
1919
<choice name="choice0">0</choice>
2020
<choice name="choice1">1</choice>
2121
<choice name="choice2">2</choice>
@@ -28,7 +28,7 @@
2828
</types>
2929
<message name="msgName" id="10" blockLength="11" semanticType="M">
3030
<field name="field1" id="11" type="uint64" offset="0" semanticType="UTCTimestamp"/>
31-
<field name="field2" id="12" type="choice_event" offset="8" semanticType="MultipleCharValue"/>
31+
<field name="field2" id="12" type="event" offset="8" semanticType="MultipleCharValue"/>
3232
<group name="grName" id="20" dimensionType="groupSizeEncoding">
3333
<field name="grField1" id="21" type="uint64" semanticType="int"/>
3434
<field name="grField2" id="22" type="int64" semanticType="int"/>

0 commit comments

Comments
 (0)