@Test
public void testMillenniaFromNow() throws Exception
{
PrettyTime t = new PrettyTime(new Date(0), locale);
assertEquals("3 vuosituhannen päästä", t.format(new Date(1000L * 60 * 60 * 24 * 365 * 1000 * 3)));
}
@Test
public void testMillenniaAgo() throws Exception
{