Fixed calculation of calendar date from fiscal-year values.
commit81cf69929ce8c64ab5cacb78c5002cadbcf41d29
authorSebastian Hoß <mail@shoss.de>
Tue, 20 Aug 2013 20:59:37 +0000 (20 22:59 +0200)
committerSebastian Hoß <mail@shoss.de>
Tue, 20 Aug 2013 20:59:37 +0000 (20 22:59 +0200)
treec1684598140fc0ba4191a456638cbdcaed966a53
parent469a1212074a350ea67e1cd339673db4c1250215
Fixed calculation of calendar date from fiscal-year values.

The implementation was actually missing. Added some tests to ensure that
this won't happen again..

Signed-off-by: Sebastian Hoß <mail@shoss.de>
src/main/java/com/github/sebhoss/time/AbstractFiscalDateCalculator.java
src/main/java/com/github/sebhoss/time/EarlyFiscalDateCalculator.java
src/main/java/com/github/sebhoss/time/LateFiscalDateCalculator.java
src/test/java/com/github/sebhoss/time/FiscalDateCalculatorTest.java [new file with mode: 0644]