aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/xyz/driver/core/DateTest.scala
Commit message (Collapse)AuthorAgeFilesLines
* Move core types into core-types projectJakob Odersky2018-10-091-53/+0
| | | | | | | | | Note that xyz.driver.core.FutureExtensions was moved to xyz.driver.core.rest as it (only) contained logic that dealt with service exceptions, something that belongs into core-rest and must not be depended upon by core-types. This is a breaking change.
* Apply new formattingJakob Odersky2017-11-201-8/+10
|
* Fix DateTest to handle equal dates correctlyZach Smith2017-05-041-1/+1
|
* fix testsStewart Stewart2017-03-151-1/+1
|
* Move time/date related tests out of CoreTestHao Huang2017-02-101-0/+10
|
* Add the companion ordering object for DateHao Huang2017-02-101-0/+41