if (DbTestUtil.copyResource(getClass(), CATALOG_FILE, dir) &&
DbTestUtil.copyResource(getClass(), STORE_FILE, dir)) {
dataExists = true;
}
catalog = new StoredClassCatalog(env, CATALOG_FILE,
null, openFlags);
catalog2 = new StoredClassCatalog(env, "new_catalog.db", null,
openFlags);
SerialFormat keyFormat = new SerialFormat(catalog,
String.class);
SerialFormat valueFormat = new SerialFormat(catalog,