Repository: activemq
Updated Branches:
  refs/heads/trunk 6cebd2c79 -> a620b403f


fix regression - warn level on reset to available limits


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/a620b403
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/a620b403
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/a620b403

Branch: refs/heads/trunk
Commit: a620b403f4df4e5c8392b2b827942f0c11db35ef
Parents: 6cebd2c
Author: gtully <[email protected]>
Authored: Mon Jan 26 12:19:48 2015 +0000
Committer: gtully <[email protected]>
Committed: Mon Jan 26 12:19:48 2015 +0000

----------------------------------------------------------------------
 .../test/java/org/apache/activemq/usage/StoreUsageLimitsTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/a620b403/activemq-unit-tests/src/test/java/org/apache/activemq/usage/StoreUsageLimitsTest.java
----------------------------------------------------------------------
diff --git 
a/activemq-unit-tests/src/test/java/org/apache/activemq/usage/StoreUsageLimitsTest.java
 
b/activemq-unit-tests/src/test/java/org/apache/activemq/usage/StoreUsageLimitsTest.java
index b184981..80bb0a3 100644
--- 
a/activemq-unit-tests/src/test/java/org/apache/activemq/usage/StoreUsageLimitsTest.java
+++ 
b/activemq-unit-tests/src/test/java/org/apache/activemq/usage/StoreUsageLimitsTest.java
@@ -29,7 +29,7 @@ import org.apache.activemq.broker.BrokerService;
 public class StoreUsageLimitsTest extends EmbeddedBrokerTestSupport {
 
     final int WAIT_TIME_MILLS = 20 * 1000;
-    private static final String limitsLogLevel = "error";
+    private static final String limitsLogLevel = "warn";
 
     @Override
     protected BrokerService createBroker() throws Exception {

Reply via email to