Skip to content

Commit 91fbd94

Browse files
committed
Use timezone with dashes
The NZ-CHAT is not an offical IANA timezone. To test we pick an official one.
1 parent 094f9c6 commit 91fbd94

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

webapp/tests/Unit/Controller/Jury/ContestControllerTest.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ class ContestControllerTest extends JuryControllerTestCase
105105
'endtimeString' => '2021-07-17 16:11:00 CET',
106106
'unfreezetimeString' => '2021-07-17 16:12:00 CET',
107107
'deactivatetimeString' => '2021-07-17 16:13:00 CET'],
108-
/*['shortname' => 'otzNZ-CHAT',
109-
'name' => 'Other timezone (NZ-CHAT)',
110-
'activatetimeString' => '2021-07-17 16:08:00 NZ-CHAT',
111-
'starttimeString' => '2021-07-17 16:09:00 NZ-CHAT',
112-
'freezetimeString' => '2021-07-17 16:10:00 NZ-CHAT',
113-
'endtimeString' => '2021-07-17 16:11:00 NZ-CHAT',
114-
'unfreezetimeString' => '2021-07-17 16:12:00 NZ-CHAT',
115-
'deactivatetimeString' => '2021-07-17 16:13:00 NZ-CHAT'],*/
108+
['shortname' => 'otzAfricaPorto-Novo',
109+
'name' => 'Other timezone (Africa/Porto-Novo)',
110+
'activatetimeString' => '2021-07-17 16:08:00 Africa/Porto-Novo',
111+
'starttimeString' => '2021-07-17 16:09:00 Africa/Porto-Novo',
112+
'freezetimeString' => '2021-07-17 16:10:00 Africa/Porto-Novo',
113+
'endtimeString' => '2021-07-17 16:11:00 Africa/Porto-Novo',
114+
'unfreezetimeString' => '2021-07-17 16:12:00 Africa/Porto-Novo',
115+
'deactivatetimeString' => '2021-07-17 16:13:00 Africa/Porto-Novo'],
116116
['shortname' => 'otzunder',
117117
'name' => 'Other timezone (Underscore)',
118118
'activatetimeString' => '2021-07-17 16:08:00 America/Porto_Velho',

0 commit comments

Comments
 (0)