PharoJS icon indicating copy to clipboard operation
PharoJS copied to clipboard

PjAppFolderNameIncludesSpaceTest>>#testConnectionEstablished test fails on Ph9/Win10

Open ironirc opened this issue 4 years ago • 0 comments

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.

ironirc avatar Nov 03 '21 20:11 ironirc