mirror of https://github.com/apache/activemq.git
resolve https://issues.apache.org/activemq/browse/AMQ-2870 - fix typo
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@986073 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
306f8a0774
commit
4de6878919
|
@ -60,7 +60,7 @@ public class AMQ2870Test extends org.apache.activemq.TestSupport {
|
||||||
openConsumer();
|
openConsumer();
|
||||||
|
|
||||||
assertEquals(0, broker.getAdminView().getStorePercentUsage());
|
assertEquals(0, broker.getAdminView().getStorePercentUsage());
|
||||||
Failo
|
|
||||||
for (int i = 0; i < 5000; i++) {
|
for (int i = 0; i < 5000; i++) {
|
||||||
sendMessage(false);
|
sendMessage(false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue