File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/test/java/org/rutebanken/netex/model Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ void unmarshalTimetableFrame() throws JAXBException {
95
95
" </ServiceJourney>\n " +
96
96
" \n " +
97
97
" <DatedServiceJourney version=\" 1\" id=\" VYG:DatedServiceJourney:96_KMB-NK_23-12-09\" >\n " +
98
+ " <ServiceAlteration>cancellation</ServiceAlteration>" +
98
99
" <ServiceJourneyRef ref=\" VYG:ServiceJourney:96-KMB_87815-R\" version=\" 11\" ></ServiceJourneyRef>\n " +
99
100
" <DatedServiceJourneyRef ref=\" VYG:DatedServiceJourney:8916_KVG-DEG_23-10-19\" version=\" 1\" ></DatedServiceJourneyRef>\n " +
100
101
" <OperatingDayRef ref=\" VYG:OperatingDay:2023-12-09\" ></OperatingDayRef>\n " +
@@ -128,6 +129,7 @@ void unmarshalTimetableFrame() throws JAXBException {
128
129
assertEquals ("VYG:OperatingDay:2023-12-09" , dsj .getOperatingDayRef ().getRef ());
129
130
assertEquals ("VYG:ServiceJourney:96-KMB_87815-R" , dsj .getJourneyRef ().get (0 ).getValue ().getRef ());
130
131
assertEquals ("VYG:DatedServiceJourney:8916_KVG-DEG_23-10-19" , dsj .getJourneyRef ().get (1 ).getValue ().getRef ());
132
+ assertEquals ("cancellation" , dsj .getServiceAlteration ().value ());
131
133
132
134
133
135
You can’t perform that action at this time.
0 commit comments