File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/test/java/de/php_perfect/intellij/ddev/php/server Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11package de .php_perfect .intellij .ddev .php .server ;
22
33import com .intellij .testFramework .fixtures .BasePlatformTestCase ;
4+ import com .intellij .util .PathUtil ;
45import com .jetbrains .php .config .servers .PhpServer ;
56import com .jetbrains .php .config .servers .PhpServersWorkspaceStateComponent ;
67import org .junit .Assert ;
@@ -51,7 +52,7 @@ private void assertServerConfigMatches(ServerConfig serverConfig) {
5152
5253 var mapping = mappings .get (0 );
5354
54- Assert .assertEquals (serverConfig .getLocalPath (), mapping .getLocalRoot ());
55+ Assert .assertEquals (serverConfig .getLocalPath (), PathUtil . toSystemDependentName ( mapping .getLocalRoot () ));
5556 Assert .assertEquals (serverConfig .getRemotePath (), mapping .getRemoteRoot ());
5657 }
5758}
You can’t perform that action at this time.
0 commit comments