PharoJS
PharoJS copied to clipboard
PjAppFolderNameIncludesSpaceTest>>#testConnectionEstablished test fails on Ph9/Win10
PjAppFolderNameIncludesSpaceTest>>#testConnectionEstablished is the only failing test. Because there are spaces in the folder name, I assume.
However, there's another hidden problem! (on my system at least)
Everytime a webbrowser is opened, a process called "crash_pad.exe" gets spawned.
Possible solution to resolve both issues is to enclose the string returned by PjWebApplication class>>#appHtmlUrlString in double quotes. However I don't know how other OS's would react to this.
Maybe this should become the responsibility of WBWindowsWebBrowser to ensure the double quotes.