Uncomment opening hours test line
This commit is contained in:
parent
7525c4f8d3
commit
60d61d1d0c
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ public class OpeningHoursParserTest {
|
|||
|
||||
hours = parseOpenedHours("Oct 24-Apr 05, Jun 10-Jun 20, Jul 6-12: Fr 08:00-16:00");
|
||||
System.out.println(hours);
|
||||
//testOpened("26.08.2018 15:00", hours, false);
|
||||
testOpened("26.08.2018 15:00", hours, false);
|
||||
testOpened("02.01.2019 15:00", hours, false);
|
||||
testOpened("29.03.2019 15:00", hours, true);
|
||||
testOpened("26.04.2019 11:00", hours, false);
|
||||
|
|
Loading…
Reference in a new issue