Assert.assertEquals("min=01",
convert.dirnameForValue(
new MinuteFieldPartitioner("timestamp", "min"), 1));
Assert.assertEquals("hour=01",
convert.dirnameForValue(
new HourFieldPartitioner("timestamp", "hour"), 1));
Assert.assertEquals("day=01",
convert.dirnameForValue(
new DayOfMonthFieldPartitioner("timestamp", "day"), 1));
Assert.assertEquals("month=01",
convert.dirnameForValue(