GitHub user DLotts opened a pull request:
https://github.com/apache/incubator-rya/pull/283
Fixed tests that are sensitive to DST spring forward.
## Description
Fixed failed assertion here:
org.apache.rya.api.functions.DateTimeWithinPeriodTest.testWeeks(DateTimeWithinPeriodTest.java:145)
Failed because of DST transition. Test is using the current date and time.
Changed to fixed datetime.
### Tests
No new tests.
### Links
TODO [Jira](https://issues.apache.org/jira/browse/RYA-NUMBER)
### Checklist
- [ ] Code Review
- [ ] Squash Commits
#### People To Review
anyone
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DLotts/incubator-rya DateTestDSTFix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rya/pull/283.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #283
----
commit dfbbbc77986f9669903a6fece57d3ea1e51d4a52
Author: David W. Lotts <david.lotts@...>
Date: 2018-03-14T15:48:14Z
Fixed tests that are sensitive to DST spring forward.
----
---