Use RunLoop::Run() instead of RunLoop::RunUntilIdle() in FileSystemOperationImplTest.
commit9d84bde186bd2c504311257bcee92212a64cd57c
authoriseki <iseki@chromium.org>
Thu, 11 Sep 2014 09:36:39 +0000 (11 02:36 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 11 Sep 2014 09:42:07 +0000 (11 09:42 +0000)
tree2bbfd952c733c14bb4d506bd9bdcd335bee53410
parent2591b1df63b910457706206b13d998f1e3069e89
Use RunLoop::Run() instead of RunLoop::RunUntilIdle() in FileSystemOperationImplTest.

RunLoop::Run() is needed if any of the operation is implemented using
asynchronous I/O in OS layer, or performed in a separate thread.
Currently, only Copy needs RunLoop::Run().

This CL replace all RunUntilIdle() with Run() to keep all test consistent.

BUG=411153
TEST=content_unittest

Review URL: https://codereview.chromium.org/557273002

Cr-Commit-Position: refs/heads/master@{#294365}
content/browser/fileapi/file_system_operation_impl_unittest.cc