File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -928,10 +928,10 @@ func tcMultipleRepeatingGroupFields() validateTest {
928928 dict , _ := datadictionary .Parse ("spec/FIX43.xml" )
929929 validator := NewValidator (defaultValidatorSettings , dict , nil )
930930 return validateTest {
931- TestName : "Multiple repeating group fields in a message" ,
932- Validator : validator ,
933- MessageBytes : []byte ("8=FIX.4.39=17635=D34=249=TW52=20140329-22:38:4556=ISLD11=ID453=2448=PARTYID452=3523=SUBID448=PARTYID2452=378=179=ACCOUNT80=121=140=154=138=20055=INTC60=20140329-22:38:4510=178" ),
934- DoNotExpectReject : true ,
931+ TestName : "Multiple repeating group fields in a message" ,
932+ Validator : validator ,
933+ MessageBytes : []byte ("8=FIX.4.39=17635=D34=249=TW52=20140329-22:38:4556=ISLD11=ID453=2448=PARTYID452=3523=SUBID448=PARTYID2452=378=179=ACCOUNT80=121=140=154=138=20055=INTC60=20140329-22:38:4510=178" ),
934+ DoNotExpectReject : true ,
935935 }
936936}
937937
You can’t perform that action at this time.
0 commit comments