Author: kwright
Date: Mon Dec 16 19:39:52 2013
New Revision: 1551328
URL: http://svn.apache.org/r1551328
Log:
Add throttle group shutdown at the end of the test
Modified:
manifoldcf/branches/CONNECTORS-829/framework/core/src/test/java/org/apache/manifoldcf/core/throttler/TestThrottler.java
Modified:
manifoldcf/branches/CONNECTORS-829/framework/core/src/test/java/org/apache/manifoldcf/core/throttler/TestThrottler.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-829/framework/core/src/test/java/org/apache/manifoldcf/core/throttler/TestThrottler.java?rev=1551328&r1=1551327&r2=1551328&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-829/framework/core/src/test/java/org/apache/manifoldcf/core/throttler/TestThrottler.java
(original)
+++
manifoldcf/branches/CONNECTORS-829/framework/core/src/test/java/org/apache/manifoldcf/core/throttler/TestThrottler.java
Mon Dec 16 19:39:52 2013
@@ -68,6 +68,9 @@ public class TestThrottler extends org.a
pt.interrupt();
pt.finishUp();
+ // Shut down the throttle group
+ tg.removeThrottleGroup("test","test");
+
// Finally, do the log analysis
eventLog.analyze();