This is an automated email from the ASF dual-hosted git repository.
jensdeppe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new 64f829f GEODE-6643: Spotless fix
64f829f is described below
commit 64f829f1945ed42bfa76f65e273e6f221b21d4a2
Author: Jens Deppe <[email protected]>
AuthorDate: Fri Apr 12 10:43:31 2019 -0700
GEODE-6643: Spotless fix
---
.../management/internal/cli/commands/GfshCommandIntegrationTest.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/geode-core/src/integrationTest/java/org/apache/geode/management/internal/cli/commands/GfshCommandIntegrationTest.java
b/geode-core/src/integrationTest/java/org/apache/geode/management/internal/cli/commands/GfshCommandIntegrationTest.java
index 020c097..d7a8a7b 100644
---
a/geode-core/src/integrationTest/java/org/apache/geode/management/internal/cli/commands/GfshCommandIntegrationTest.java
+++
b/geode-core/src/integrationTest/java/org/apache/geode/management/internal/cli/commands/GfshCommandIntegrationTest.java
@@ -62,7 +62,8 @@ public class GfshCommandIntegrationTest {
gfsh.executeAndAssertThat(
"start locator --properties-file=unknown
--J=-Dgemfire.security-password=bob")
.statusIsError();
- gfsh.executeAndAssertThat("connect --jmx-manager=localhost[999]
--password=secret").statusIsError();
+ gfsh.executeAndAssertThat("connect --jmx-manager=localhost[999]
--password=secret")
+ .statusIsError();
List<LogEvent> logEvents = listAppender.getEvents();
assertThat(logEvents.size()).as("There should be exactly 2 log
events").isEqualTo(2);