RunTestSet chokes on spaces in path even when quoted

Hi,
I am finding that I can not run a test set from the command window if there is a space in the file path.
SQL>
RunTestSet "C:\test\pkg_bp_idm_ldap.ts"
TestSet C:\test\pkg_bp_idm_ldap.ts executed succesfully
Logging written to C:\test\pkg_bp_idm_ldap.log

SQL>
RunTestSet "C:\test folder\pkg_bp_idm_ldap.ts"
Error reading file

I made sure that the .ts was running properly from Test Manager in the spaced out location.

Its too bad that window's handiest locations have spacey paths, so we have to rework our code locations to make this work. Not huge, but it would be nice if quoting the file path worked properly.

Thanks,
Steve
 
Back
Top