@Test
public void testWeeksFromNowSingle() throws Exception
{
PrettyTime t = new PrettyTime(new Date(0), locale);
assertEquals("nädala pärast", t.format(new Date(1000 * 60 * 60 * 24 * 7 * 1)));
}
@Test
public void testWeeksAgoSingle() throws Exception
{