[
https://issues.apache.org/jira/browse/SLING-7596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16779873#comment-16779873
]
Robert Munteanu edited comment on SLING-7596 at 2/28/19 1:52 PM:
-----------------------------------------------------------------
Some tests are ignored on Windows:
{noformat}$ git grep SLING-7596
cli/cli/src/test/java/org/apache/sling/ide/cli/impl/DirWatcherTest.java:
assumeThat(System.getProperty("os.name"), not(containsString("Windows"))); //
TODO - SLING-7596
eclipse/eclipse-test/src/org/apache/sling/ide/test/impl/JcrPartialCoverageAggregatesDeploymentTest.java:
assumeThat(System.getProperty("os.name"),
not(containsString("Windows"))); // TODO - SLING-7596
eclipse/eclipse-test/src/org/apache/sling/ide/test/impl/JcrPartialCoverageAggregatesDeploymentTest.java:
assumeThat(System.getProperty("os.name"),
not(containsString("Windows"))); // TODO - SLING-7596
eclipse/eclipse-test/src/org/apache/sling/ide/test/impl/ui/sightly/SightlyAutocompletionTest.java:
assumeThat(System.getProperty("os.name"),
not(containsString("Windows"))); // TODO - SLING-7596
eclipse/eclipse-test/src/org/apache/sling/ide/test/impl/ui/sightly/SightlyAutocompletionTest.java:
assumeThat(System.getProperty("os.name"),
not(containsString("Windows"))); // TODO - SLING-7596
{noformat}
was (Author: rombert):
Some tests are ignored on Windows:
{noformat}cli/cli/src/test/java/org/apache/sling/ide/cli/impl/DirWatcherTest.java:
assumeThat(System.getProperty("os.name"),
not(containsString("Windows"))); // TODO - SLING-7596
eclipse/eclipse-test/src/org/apache/sling/ide/test/impl/JcrPartialCoverageAggregatesDeploymentTest.java:
assumeThat(System.getProperty("os.name"),
not(containsString("Windows"))); // TODO - SLING-7596
eclipse/eclipse-test/src/org/apache/sling/ide/test/impl/JcrPartialCoverageAggregatesDeploymentTest.java:
assumeThat(System.getProperty("os.name"),
not(containsString("Windows"))); // TODO - SLING-7596
{noformat}
> Ensure that the IDE tooling still works on Windows
> --------------------------------------------------
>
> Key: SLING-7596
> URL: https://issues.apache.org/jira/browse/SLING-7596
> Project: Sling
> Issue Type: Task
> Components: IDE
> Reporter: Robert Munteanu
> Assignee: Robert Munteanu
> Priority: Major
> Fix For: Sling Eclipse IDE 1.2.4
>
>
> Recent changes, especially for SLING-5618, might've broken functionality on
> Windows due to path handling.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)