instancenotfound exception wrapped in undeclaredthrowable by proxy, just ignore all for the wait period so slow machines can let it pass eventually

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@903180 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2010-01-26 11:35:33 +00:00
parent a770a00373
commit b85b71e297
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ public class ExpiredMessagesTest extends CombinationTestSupport {
+ view.getExpiredCount());
result = view.getQueueSize() == 0;
} catch (InstanceNotFoundException expectedOnSlowMachines) {
} catch (Exception notFoundExpectedOnSlowMachines) {
}
return result;
}