This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch feature/SLING-7597
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git
The following commit(s) were added to refs/heads/feature/SLING-7597 by this
push:
new 9194488 SLING-7597 - Investigate setting up Windows testing
9194488 is described below
commit 9194488c32adaa903bf1157440933d14e1932144
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu Feb 28 00:27:43 2019 +0100
SLING-7597 - Investigate setting up Windows testing
Debug assumption failures not triggered on Windows nodes.
---
.../ide/test/impl/JcrPartialCoverageAggregatesDeploymentTest.java | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git
a/eclipse/eclipse-test/src/org/apache/sling/ide/test/impl/JcrPartialCoverageAggregatesDeploymentTest.java
b/eclipse/eclipse-test/src/org/apache/sling/ide/test/impl/JcrPartialCoverageAggregatesDeploymentTest.java
index f3c20cc..1c823f0 100644
---
a/eclipse/eclipse-test/src/org/apache/sling/ide/test/impl/JcrPartialCoverageAggregatesDeploymentTest.java
+++
b/eclipse/eclipse-test/src/org/apache/sling/ide/test/impl/JcrPartialCoverageAggregatesDeploymentTest.java
@@ -250,7 +250,9 @@ public class JcrPartialCoverageAggregatesDeploymentTest {
@Test
public void deployNodeWithContentXmlInParentFolder() throws Exception {
-
+
+ System.out.format("--- os.name is %s ---%n",
System.getProperty("os.name"));
+
assumeThat(System.getProperty("os.name"),
not(containsString("Windows"))); // TODO - SLING-7596
wstServer.waitForServerToStart();