SOLR-5525

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1549591 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2013-12-09 14:58:53 +00:00
parent 60a881a00b
commit 07a2322efd
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ public class ClusterStateTest extends SolrTestCaseJ4 {
return collections;
}
}).anyTimes();
EasyMock.replay(mock);
return mock;
}