Skip to content

Commit

Permalink
Merge pull request #696 from focus-shift/improve-tests
Browse files Browse the repository at this point in the history
Add first version of CalendarChecker
  • Loading branch information
derTobsch authored Dec 19, 2024
2 parents 788e162 + de80207 commit 7ef6e31
Show file tree
Hide file tree
Showing 70 changed files with 1,460 additions and 2,981 deletions.
6 changes: 2 additions & 4 deletions jollyday-core/src/main/resources/holidays/Holidays_nyse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@
<MovingCondition substitute="SATURDAY" with="PREVIOUS" weekday="FRIDAY"/>
<MovingCondition substitute="SUNDAY" with="NEXT" weekday="MONDAY"/>
</Fixed>
<Fixed month="JUNE" day="11" validFrom="2004" validTo="2004"
descriptionPropertiesKey="FUNERAL_OF_PRESIDENT_REAGAN"/>
<Fixed month="JANUARY" day="2" validFrom="2007" validTo="2007"
descriptionPropertiesKey="REMEMBERANCE_OF_PRESIDENT_FORD"/>
<Fixed month="JUNE" day="11" validFrom="2004" validTo="2004" descriptionPropertiesKey="FUNERAL_OF_PRESIDENT_REAGAN"/>
<Fixed month="JANUARY" day="2" validFrom="2007" validTo="2007" descriptionPropertiesKey="REMEMBERANCE_OF_PRESIDENT_FORD"/>
<Fixed month="OCTOBER" day="29" validFrom="2012" validTo="2012" descriptionPropertiesKey="HURRICANE_SANDY"/>
<Fixed month="OCTOBER" day="30" validFrom="2012" validTo="2012" descriptionPropertiesKey="HURRICANE_SANDY"/>
<FixedWeekday which="THIRD" weekday="MONDAY" month="JANUARY" descriptionPropertiesKey="MARTIN_LUTHER_KING"/>
Expand Down
Loading

0 comments on commit 7ef6e31

Please sign in to comment.