[PATCH 2/6]: msvcp110: Add tr2_sys__Rename implementation and test.

Piotr Caban piotr.caban at gmail.com
Mon Jun 29 04:42:29 CDT 2015


On 06/27/15 19:50, YongHaoHu wrote:
> +            ok(GetFileInformationByHandle(h2, &info2), "GetFileInformationByHandle failed\n");
> +            CloseHandle(h2);
> +            ok(info1.nFileIndexHigh == info2.nFileIndexHigh
> +                    && info1.nFileIndexLow == info2.nFileIndexLow,
> +                    "test_tr2_sys__Rename(): test %d expect two files equivalent\n", i+1);
This test is not working when run from VirtualBox share. Could you 
please run the tests inside temp directroy?

Thanks,
Piotr



More information about the wine-devel mailing list