@Test
public void testDecadesAgo() throws Exception
{
PrettyTime t = new PrettyTime(new Date(1000L * 60 * 60 * 24 * 365 * 10 * 3), locale);
assertEquals("3 aastakümmet tagasi", t.format(new Date(0)));
}
@Test
public void testDecadeFromNow() throws Exception
{