This is an automated email from the ASF dual-hosted git repository.
sai_boorlagadda pushed a commit to branch feature/GEODE-5212-export-logs
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/feature/GEODE-5212-export-logs
by this push:
new d5f9b89 spotlessApply
d5f9b89 is described below
commit d5f9b8993759c811bb29e2d839457e18d765d1dd
Author: Jens Deppe <[email protected]>
AuthorDate: Wed Jul 18 14:48:38 2018 -0700
spotlessApply
Signed-off-by: Sai Boorlagadda <[email protected]>
---
.../geode/management/internal/cli/commands/ExportLogsDUnitTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/geode-core/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ExportLogsDUnitTest.java
b/geode-core/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ExportLogsDUnitTest.java
index 8dad218..6804e17 100644
---
a/geode-core/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ExportLogsDUnitTest.java
+++
b/geode-core/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ExportLogsDUnitTest.java
@@ -144,6 +144,7 @@ public class ExportLogsDUnitTest {
assertThat(FileUtils.listFiles(locator.getWorkingDir(), extensions,
true)).isNotEmpty();
assertThat(FileUtils.listFiles(absoluteDirPath.toFile(), extensions,
false)).isNotEmpty();
}
+
@Test
public void startAndEndDateCanIncludeLogs() throws Exception {
ZonedDateTime now = LocalDateTime.now().atZone(ZoneId.systemDefault());