Skip to content

Commit

Permalink
Update test to support api change
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Dec 16, 2010
1 parent 508c418 commit ca749a1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ public ExecutionResult executeItem(ExecutionItem executionItem) throws Execution
count++;
return BaseExecutionResult.createSuccess("TestResult" + count);
}

public ExecutionListener getListener() {
return null;
}
}

static class failExecutor implements Executor {
Expand Down

0 comments on commit ca749a1

Please sign in to comment.