[chromium-dev] Re: inconsistent file_util::CopyDirectory() behavior

2009-10-12 Thread Huan Ren
file_util::CopyDirectory is used by Windows installer so we really need to make sure the change does not break installer. Huan On Mon, Oct 12, 2009 at 3:52 PM, Steven Knight s...@chromium.org wrote: Our existing unit tests for file_util::CopyDirectory() do not test its behavior when the

[chromium-dev] Re: inconsistent file_util::CopyDirectory() behavior

2009-10-12 Thread Rahul Kuchhal
Yes Windows installer relies on this behavior. There are installer_unittests which might cover this particular use case (in CopyTreeWorkItemTest) but I am not sure. On Mon, Oct 12, 2009 at 3:52 PM, Steven Knight s...@chromium.org wrote: Our existing unit tests for file_util::CopyDirectory() do