sbailliez 02/01/30 13:34:31
Modified:
proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote
EventDispatcher.java
Log:
fix constants for suites events
Revision Changes Path
1.2 +2 -2
jakarta-ant/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/EventDispatcher.java
Index: EventDispatcher.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/sandbox/junit/src/main/org/apache/tools/ant/taskdefs/optional/junit/remote/EventDispatcher.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- EventDispatcher.java 30 Jan 2002 21:06:49 -0000 1.1
+++ EventDispatcher.java 30 Jan 2002 21:34:31 -0000 1.2
@@ -109,10 +109,10 @@
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:
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>