From 5ff7111a16e1b79c4af24bb013d665819d3386c6 Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Mon, 3 Dec 2018 15:46:15 +0100 Subject: [PATCH] test: adjust test files to schema changes --- test/resources/AcademicEvent.1.json | 14 ++++++++------ test/resources/AcademicEvent.2.json | 14 ++++++++------ test/resources/AcademicEvent.3.json | 14 ++++++++------ 3 files changed, 24 insertions(+), 18 deletions(-) diff --git a/test/resources/AcademicEvent.1.json b/test/resources/AcademicEvent.1.json index b0c9517e..da94cb83 100644 --- a/test/resources/AcademicEvent.1.json +++ b/test/resources/AcademicEvent.1.json @@ -10,15 +10,17 @@ ], "academicTerms": [ { - "uid": "aa0890ce-9ae8-5c9f-845f-28a370da0e85", + "uid": "aacd5611-b5be-54ce-b39f-c52f7e9a631d", "type": "semester", - "acronym": "SS 2016", - "name": "Sommersemester 2016", + "name": "Sommersemester 2018", + "acronym": "SS 2018", "alternateNames": [ - "SoSe 2016" + "SoSe 2018" ], - "startDate": "2016-04-11", - "endDate": "2016-07-15", + "startDate": "2018-04-01", + "endDate": "2018-09-30", + "eventsStartDate": "2018-04-09", + "eventsEndDate": "2018-07-13", "origin": { "indexed": "2018-09-11T12:30:00Z", "name": "Dummy" diff --git a/test/resources/AcademicEvent.2.json b/test/resources/AcademicEvent.2.json index 191c78f7..11d83d42 100644 --- a/test/resources/AcademicEvent.2.json +++ b/test/resources/AcademicEvent.2.json @@ -10,15 +10,17 @@ ], "academicTerms": [ { - "uid": "aa0890ce-9ae8-5c9f-845f-28a370da0e85", + "uid": "aacd5611-b5be-54ce-b39f-c52f7e9a631d", "type": "semester", - "acronym": "SS 2016", - "name": "Sommersemester 2016", + "name": "Sommersemester 2018", + "acronym": "SS 2018", "alternateNames": [ - "SoSe 2016" + "SoSe 2018" ], - "startDate": "2016-04-11", - "endDate": "2016-07-15", + "startDate": "2018-04-01", + "endDate": "2018-09-30", + "eventsStartDate": "2018-04-09", + "eventsEndDate": "2018-07-13", "origin": { "indexed": "2018-09-11T12:30:00Z", "name": "Dummy" diff --git a/test/resources/AcademicEvent.3.json b/test/resources/AcademicEvent.3.json index c8a23628..ae06e192 100644 --- a/test/resources/AcademicEvent.3.json +++ b/test/resources/AcademicEvent.3.json @@ -10,15 +10,17 @@ ], "academicTerms": [ { - "uid": "aa0890ce-9ae8-5c9f-845f-28a370da0e85", + "uid": "aacd5611-b5be-54ce-b39f-c52f7e9a631d", "type": "semester", - "acronym": "SS 2016", - "name": "Sommersemester 2016", + "name": "Sommersemester 2018", + "acronym": "SS 2018", "alternateNames": [ - "SoSe 2016" + "SoSe 2018" ], - "startDate": "2016-04-11", - "endDate": "2016-07-15", + "startDate": "2018-04-01", + "endDate": "2018-09-30", + "eventsStartDate": "2018-04-09", + "eventsEndDate": "2018-07-13", "origin": { "indexed": "2018-09-11T12:30:00Z", "name": "Dummy"