Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[file_system] moved copy/move tasks to own unit file.
Fixed issue at 'directory_enumerate_file_system_entries_wchar_t' function: if output encoding requested non UTF8, finish pointer do not refreshed to up-to-date data and fail return may provided in same case where with UTF8 output encoding function return success. [interpreter] at 'interpreter_get_value_for_argument' function make sure that returned empty string is really means empty and code that provided such do not requested to be added as function return value. In this case for some of test cases from the tests.xml requested addition changes. At the string::empty function actually script code used as input, that actually mean - empty value. For some reason get-host-name may not set at some environments so that test case also upgraded. [copy_move] changed signature of 'copy_evaluate_task' and 'move_evaluate_task' functions. Only cases with different input and output encodings and that used nested elements of copy and move tasks not covered. [tests.xml] at 'loadfile sample' removed expected to use code - at other tests used such for, here left unchanged use property::get-value function to cover last one too. [tests_project] expected base directory from test environment is interpreting before compare to returned value.
- Loading branch information