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