svn merge -c 903180 https://svn.apache.org/repos/asf/activemq/trunk - 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/branches/activemq-5.3@903186 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2010-01-26 11:47:42 +00:00
parent 2d474b6c08
commit 0a34fe63b6
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;
}