Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: be158cdac4237b9e798af378b607179a480adf2c
https://github.com/hibernate/hibernate-search/commit/be158cdac4237b9e798a...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
M
elasticsearch/src/test/java/org/hibernate/search/elasticsearch/processor/impl/DefaultElasticsearchWorkSequenceBuilderTest.java
Log Message:
-----------
HSEARCH-2953 Test DefaultElasticsearchWorkSequenceBuilderTest is omitting some mock
calls
Since EasyMock 3.5.0 the call to verify() also verifies that no other methods have been
invoked on the mock.
We where registering the expected behaviour but we actually invoke an additional method
which was not recorded - add it to satisfy the stricter checking of EasyMock 3.5.
Commit: 51d6a9278ea0841141cc9e45150dbc0782a78d6f
https://github.com/hibernate/hibernate-search/commit/51d6a9278ea0841141cc...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-2953 Update to EasyMock 3.5.1
Compare:
https://github.com/hibernate/hibernate-search/compare/7dece34ae6a7...51d6...