Fixed failing testLookupQueryService test when mocks are not enabled. In addition, assured the tests passes with or without mocks enabled.
This commit is contained in:
@@ -184,7 +184,8 @@ public class GemfireTemplateTest {
|
||||
|
||||
@Test
|
||||
public void testLookupQueryService() {
|
||||
assertSame(simple.getRegionService().getQueryService(), template.lookupQueryService(simple));
|
||||
assertSame(simple.getRegionService().getQueryService().getClass(),
|
||||
template.lookupQueryService(simple).getClass());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user