Kirk Lund created GEODE-99:
------------------------------
Summary: BackupInspectorJUnitTest.testIncrementalBackupScript
fails on Windows
Key: GEODE-99
URL: https://issues.apache.org/jira/browse/GEODE-99
Project: Geode
Issue Type: Bug
Reporter: Kirk Lund
BackupInspectorJUnitTest.testIncrementalBackupScript fails when run on Windows
7. This is from running the gradle test target using ./gradlew command-line in
a fresh clone of geode develop:
{code}
com.gemstone.gemfire.internal.cache.persistence.BackupInspectorJUnitTest >
testIncrementalBackupScript FAILED
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
com.gemstone.gemfire.internal.cache.persistence.BackupInspectorJUnitTest.testIncrementalBackupScript(BackupInspectorJUnitTest.java:198)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)