Scenario:
- Open the WD and click "Create element with external tool" on the toolbar.
- Click on the "Integrated external tool" radio button and click "Next" twice
Expected state: the "Parameters" page is opened. - Add a parameter, set "Display name" to "par", set "Default value" to "default value".
- Click "Next" twice.
- Set the following command:
%USUPP_JAVA% -version
- Finalize the wizard and run the workflow.
Expected result: the workflow is run correctly.
Current result: a SAFE_POINT is triggered.
The problem happens because string "default value" contains a space character. It isn't wrapped with double quotes in the ".etc" file. The obvious solution is to wrap this value with double quotes.