This commit is contained in:
fjy 2014-08-08 10:43:50 -07:00
parent b3eb4cc5da
commit 8877ee9714
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public class TieredBrokerHostSelectorTest
}
},
factory,
Arrays.asList(new TimeBoundaryTieredBrokerSelectorStrategy(), new PriorityTieredBrokerSelectorStrategy(0, 1))
Arrays.asList(new TimeBoundaryTieredBrokerSelectorStrategy(), new PriorityTieredBrokerSelectorStrategy(1, 1))
);
EasyMock.expect(factory.createSelector(EasyMock.<String>anyObject())).andReturn(selector).atLeastOnce();
EasyMock.replay(factory);