TestHelper.createSchema(processEngineImpl.getProcessEngineConfiguration());
// let the engine do their schema operations thing
processEngineImpl.getProcessEngineConfiguration()
.getCommandExecutorSchemaOperations()
.execute(new SchemaOperationsProcessEngineBuild());
assertHistoryLevel();
}