.month("timestamp")
.day("timestamp")
.build();
StorageKey expected = new StorageKey(strategy);
expected.replaceValues((List) Lists.newArrayList(2013, 11, 5));
Assert.assertEquals(expected, convert.toKey(
new Path("year=2013/month=11/day=5"), new StorageKey(strategy)));
}
}