Esempio n. 1
0
 @Before
 public void setUp() {
   tmp = TestUtilities.getTmpDir();
   metaDir = new File(tmp, "meta").getAbsolutePath();
   store = new TimestampDataStore("creation");
   store.setDataDir(tmp);
   theDate = new Date();
   otherDate = new Date();
 }