git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1449157 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2013-02-22 18:25:13 +00:00
parent bebffd0e8f
commit 7a0b32b82b
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ public class MemoryUsageCleanupTest {
@Override
public boolean isSatisified() throws Exception {
return broker.getAdminView().getMemoryPercentUsage() == startPercentage;
return broker.getAdminView().getMemoryPercentUsage() <= startPercentage + 1;
}
}));