Skip to content

Commit

Permalink
fix test for new AD,DGS title
Browse files Browse the repository at this point in the history
  • Loading branch information
codingPF committed May 18, 2024
1 parent 94be6d1 commit f776edd
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public static Collection<Object[]> data() {
{
/*jsonFile*/ "/ard/ard_item_DGS_AD.json",
/*topic*/ "Sesamstraße Magazin",
/*title*/ "Die schlaflose Eule (mit Gebärdensprache)",
/*title*/ "Die schlaflose Eule x",
/*description*/ "2893. Ernie & Jan Delay bringen den müden Bert mit ihrem Lied um seinen nächtlichen Schlaf. In einer neuen Sesamstraßen Reihe nehmen uns Kinder mit an ihre \"Lieblingsorte\". Heute besuchen wir mit Elli (4), Jonathan (5) und Mattis (8) das nächtliche Miniaturwunderland. Außerdem hat der Prinz Probleme damit, Dornröschen zu wecken und Krümelmonster bringt Abby zur Verzweiflung. Susi Schraube erfindet\n.....",
/*date*/ LocalDateTime.parse("2024-02-19T07:45"),
/*duration*/ Duration.parse("PT20M26S"),
Expand All @@ -121,13 +121,13 @@ public static Collection<Object[]> data() {
{
/*jsonFile*/ "/ard/ard_item_DGS_UT_AD.json",
/*topic*/ "Tatort",
/*title*/ "Der Fluch des Geldes (mit Gebärdensprache)",
/*title*/ "Der Fluch des Geldes",
/*description*/ "Spielfilm Deutschland 2024 +++ \"Der Fluch des Geldes\" beginnt da, wo \"Die Kälte der Erde\" endete. Die Hauptkommissare streiten sich, denn Leo Hölzer musste entdecken, dass sein Partner Adam Schürk im Besitz der Beute aus einem Bankraub seines verstorbenen Vaters ist. +++ Mit Vladimir Burlakov, Daniel Sträßer, Susanne Bormann, Omar El-Saeidi, Jasmina Al Zihairi u.a. | Buch: Hendrik Hölzemann \n.....",
/*date*/ LocalDateTime.parse("2024-01-28T20:15"),
/*duration*/ Duration.parse("PT1H28M33S"),
/*small*/ "",
/*normal*/ "",
/*hd*/ "",
/*small*/ "https://pd-videos.daserste.de/int/2024/01/18/3322bac1-6935-4101-8e41-380d70eff67e/JOB_430813_sendeton_640x360-50p-1200kbit.mp4",
/*normal*/ "https://pd-videos.daserste.de/int/2024/01/18/3322bac1-6935-4101-8e41-380d70eff67e/JOB_430813_sendeton_960x540-50p-1600kbit.mp4",
/*hd*/ "https://pd-videos.daserste.de/int/2024/01/18/3322bac1-6935-4101-8e41-380d70eff67e/JOB_430813_sendeton_1280x720-50p-3200kbit.mp4",
/*ADsmall*/ "https://pd-videos.daserste.de/int/2024/01/18/3322bac1-6935-4101-8e41-380d70eff67e/JOB_430814_internationalerton_640x360-50p-1200kbit.mp4",
/*ADnormal*/ "https://pd-videos.daserste.de/int/2024/01/18/3322bac1-6935-4101-8e41-380d70eff67e/JOB_430814_internationalerton_960x540-50p-1600kbit.mp4",
/*ADhd*/ "https://pd-videos.daserste.de/int/2024/01/18/3322bac1-6935-4101-8e41-380d70eff67e/JOB_430814_internationalerton_1280x720-50p-3200kbit.mp4",
Expand Down

0 comments on commit f776edd

Please sign in to comment.