use of com.enonic.xp.dump.RepoDumpResult in project xp by enonic.
the class DumpServiceImplTest method checkRepositoryUpgrade.
private void checkRepositoryUpgrade(final DumpMeta updatedMeta) {
final RepoDumpResult repoDumpResult = updatedMeta.getSystemDumpResult().get(ContentConstants.CONTENT_REPO_ID);
assertNotNull(repoDumpResult);
assertNull(repositoryEntryService.getRepositoryEntry(Pre5ContentConstants.CONTENT_REPO_ID));
}
Aggregations