GEODE-2886 : 1. renamed testcase name as suggested in the PR review.'
Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/40185e8b Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/40185e8b Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/40185e8b Branch: refs/heads/feature/GEODE-3416 Commit: 40185e8bc18e6fa36077ebd9a59bd8bc3160655e Parents: 88abd31 Author: Amey Barve <[email protected]> Authored: Fri Jul 28 17:28:14 2017 +0530 Committer: Amey Barve <[email protected]> Committed: Thu Aug 17 15:47:30 2017 +0530 ---------------------------------------------------------------------- .../apache/geode/cache/lucene/LuceneQueriesIntegrationTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/40185e8b/geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesIntegrationTest.java ---------------------------------------------------------------------- diff --git a/geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesIntegrationTest.java b/geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesIntegrationTest.java index 779b12a..2044c68 100644 --- a/geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesIntegrationTest.java +++ b/geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesIntegrationTest.java @@ -331,8 +331,8 @@ public class LuceneQueriesIntegrationTest extends LuceneIntegrationTest { } @Test() - public void testWaitUntilFlushedForException() throws Exception { - Map<String, Analyzer> fields = new HashMap<String, Analyzer>(); + public void waitUntilFlushThrowsIllegalStateExceptionWhenAEQNotFound() throws Exception { + Map<String, Analyzer> fields = new HashMap<>(); fields.put("name", null); fields.put("lastName", null); fields.put("address", null);
