http://bugs.winehq.org/show_bug.cgi?id=14901
--- Comment #14 from redneb@gmx.com 2009-03-10 00:21:59 --- (In reply to comment #13)
(In reply to comment #12)
(In reply to comment #11)
I sent a modified testcase that was committed today: http://source.winehq.org/git/wine.git/?a=commitdiff;h=68cc3ff120756977c08033...
Your testcase doesn't test the case when letter recasing occurs such as MoveFile("foobar","Foobar")
http://www.winehq.org/pipermail/wine-devel/2009-February/073307.html
That's not correct. MoveFile("foobar","Foobar") works just fine under windows (i.e. it's not a noop, it *does* recase the filename). The test should test that case as well.