chore(tests): fix
This commit is contained in:
parent
1894988723
commit
71358f76a6
@ -15,7 +15,7 @@ NoUpcomingSheetDeadlines: Keine anstehenden Übungsblätter
|
|||||||
NoUpcomingExams difftime@Text: In den nächsten #{difftime} gibt es keine Prüfungen oder ablaufende Prüfungsanmeldungen in Ihren Kursen
|
NoUpcomingExams difftime@Text: In den nächsten #{difftime} gibt es keine Prüfungen oder ablaufende Prüfungsanmeldungen in Ihren Kursen
|
||||||
CourseParticipant: Teilnehmer:in
|
CourseParticipant: Teilnehmer:in
|
||||||
|
|
||||||
NewsActiveAllocations: Dozenteninformationen zu aktiven Zentralanmeldungen
|
NewsActiveAllocations: Daten zu aktiven Zentralanmeldungen für Dozenten
|
||||||
NewsActiveAllocationsPlaces: Plätze
|
NewsActiveAllocationsPlaces: Plätze
|
||||||
NewsActiveAllocationsApplicants: Bewerber
|
NewsActiveAllocationsApplicants: Bewerber
|
||||||
NewsActiveAllocationsPlacementsMade: Zugeteilte Plätze
|
NewsActiveAllocationsPlacementsMade: Zugeteilte Plätze
|
||||||
|
|||||||
@ -15,7 +15,7 @@ NoUpcomingSheetDeadlines: No upcoming sheets
|
|||||||
NoUpcomingExams difftime: No exams for your courses occur or allow registration in the next #{difftime}
|
NoUpcomingExams difftime: No exams for your courses occur or allow registration in the next #{difftime}
|
||||||
CourseParticipant: Participant
|
CourseParticipant: Participant
|
||||||
|
|
||||||
NewsActiveAllocations: Lecturer-information on active allocations
|
NewsActiveAllocations: Information on active allocations for lecturers
|
||||||
NewsActiveAllocationsPlaces: Places
|
NewsActiveAllocationsPlaces: Places
|
||||||
NewsActiveAllocationsApplicants: Applicants
|
NewsActiveAllocationsApplicants: Applicants
|
||||||
NewsActiveAllocationsPlacementsMade: Placements made
|
NewsActiveAllocationsPlacementsMade: Placements made
|
||||||
|
|||||||
@ -1105,8 +1105,8 @@ fillDb = do
|
|||||||
, allocationOverrideDeregister = Just $ termTime True Summer 1 False Monday toMidnight
|
, allocationOverrideDeregister = Just $ termTime True Summer 1 False Monday toMidnight
|
||||||
, allocationMatchingSeed = aSeedFunc
|
, allocationMatchingSeed = aSeedFunc
|
||||||
}
|
}
|
||||||
insert_ $ AllocationCourse funAlloc pmo 100 Nothing
|
insert_ $ AllocationCourse funAlloc pmo 100 Nothing Nothing
|
||||||
insert_ . AllocationCourse funAlloc ffp 2 . Just $ 2300 `addUTCTime` now
|
insert_ $ AllocationCourse funAlloc ffp 2 (Just $ 2300 `addUTCTime` now) Nothing
|
||||||
|
|
||||||
void . insertMany $ map (\(u, pState) -> CourseParticipant ffp u now (Just funAlloc) pState)
|
void . insertMany $ map (\(u, pState) -> CourseParticipant ffp u now (Just funAlloc) pState)
|
||||||
[ (svaupel, CourseParticipantInactive False)
|
[ (svaupel, CourseParticipantInactive False)
|
||||||
@ -1274,7 +1274,7 @@ fillDb = do
|
|||||||
, courseDeregisterNoShow = False
|
, courseDeregisterNoShow = False
|
||||||
}
|
}
|
||||||
insert_ $ CourseEdit gkleen now cid
|
insert_ $ CourseEdit gkleen now cid
|
||||||
void . insert' . AllocationCourse bigAlloc cid minCap $ Just substitutesUntil
|
void . insert' $ AllocationCourse bigAlloc cid minCap (Just substitutesUntil) Nothing
|
||||||
-- void . insert' $ Lecturer gkleen cid CourseLecturer
|
-- void . insert' $ Lecturer gkleen cid CourseLecturer
|
||||||
return cid
|
return cid
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user