diff --git a/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/EventDispatcher.java b/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/EventDispatcher.java index 32adcd011..3808bae41 100644 --- a/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/EventDispatcher.java +++ b/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/EventDispatcher.java @@ -109,10 +109,10 @@ public class EventDispatcher { case TestRunEvent.TEST_ENDED: fireTestEnded(evt); break; - case TestRunEvent.TESTSUITE_ENDED: + case TestRunEvent.SUITE_ENDED: fireSuiteEnded(evt); break; - case TestRunEvent.TESTSUITE_STARTED: + case TestRunEvent.SUITE_STARTED: fireSuiteStarted(evt); break; default: