Regenerate golden sources with full-fix-latest profile#1280
Conversation
- Update OrchestraFIXLatest.min.xml with freshly generated minimised XML (reformatted by XSLT processor; same FIX.Latest_EP269 version) - Update golden RefMsgType.java: IOI -> INDICATION_OF_INTEREST for value "6" to match updated orchestra code-set naming in the new minimised XML Regenerated using full-fix-latest + minimal-fix-latest profiles.
|
@copilot "Replaced with freshly generated minimised XML produced by the minimal-fix-latest XSLT transform." |
…IXLatest.xml Regenerated using the full-fix-latest profile, without minimisation: - Replace OrchestraFIXLatest.min.xml with the full OrchestraFIXLatest.xml (9.4 MB vs 2.9 MB; same FIX.Latest_EP269 version, all messages/fields included) - Replace all golden files with those generated from the full XML (6730 .java files vs 66 previously) The OrchestraGoldenFileTest passes with the updated fixture and golden files.
Done in commit |
|
@copilot "The test fixture OrchestraFIXLatest.min.xml now contains the full (9.4 MB) OrchestraFIXLatest.xml from full-fix-latest with no minimisation" |
Done in the latest commit. Renamed |
The
OrchestraGoldenFileTestgolden files and minimised XML fixture were stale relative to the current orchestra code-set definitions.Changes
OrchestraFIXLatest.min.xml— Replaced with freshly generated minimised XML produced by theminimal-fix-latestXSLT transform. Content version remainsFIX.Latest_EP269; formatting changed (XSLT processor output style).golden/fixlatest/quickfix/field/RefMsgType.java— Updated code-set constant:IOI→INDICATION_OF_INTERESTfor value"6", reflecting the updated enum name in the orchestra'sRefMsgTypecode set.