Skip to content

Commit

Permalink
remove old implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Mar 31, 2011
1 parent a42b3d3 commit 6544952
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 387 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,7 @@ public void testExecuteWorkflow() throws Exception {
assertNotNull("threw exception: " + result.getException(), result.getException());
assertTrue("threw exception: " + result.getException(),
result.getException() instanceof WorkflowStepFailureException);
assertEquals("threw exception: " + result.getException(), "Step 1 of the workflow threw an exception: Error dispatching execution: com.dtolabs.rundeck.core.execution.service.MissingProviderException: provider name was null provider: null for Service: CommandInterpreter",
result.getException().getMessage());
assertEquals("threw exception: " + result.getException(), "Step 1 of the workflow threw an exception: Failed dispatching to node test1: com.dtolabs.rundeck.core.execution.service.MissingProviderException: provider name was null provider: null for Service: CommandInterpreter", result.getException().getMessage());
}

{
Expand Down

0 comments on commit 6544952

Please sign in to comment.