public void successfulTranslateSteps() throws Exception {
// Setup
MockControlActionFacade mockFacade = new MockControlActionFacade();
mockFacade.setResultCode(OperationServicesResultCode.SUCCESS);
MockContentContext mockContentContext = new MockContentContext();
MockContentServices mockContentServices = (MockContentServices) mockContentContext.getContentServices();
mockContentServices.setFilename("test-patch.zip");
// Test
JBPMWorkflowManager manager = new JBPMWorkflowManager(mockContentContext, mockFacade,
getJBossPaths(jbossPluginConfiguration));