// TODO - test week of year for Julian
// testCalcWeekOfYear(eraCalc);
}
public void testCalcYearTimestamp() {
EraCalc eraCalc = getEraCalc();
testCalcYearTimestamp(eraCalc, -2000, 1581);
testCalcYearTimestamp(eraCalc, -10500, -9500);
testCalcYearTimestamp(eraCalc, -100500, -99500);
testCalcYearTimestamp(eraCalc, -300000, -299000);
testCalcYearTimestamp(eraCalc, -900000, -899000);