Removed assertion to check if the path that |pdf_file_save_path_| points to...
Removed assertion to check if the path that |pdf_file_save_path_| points to exists. This is due to a race condition, where the file doesn't currently exist, but will exist in the future. Asserting to check if it exists isn't appropriate and causes the test to fail when it shouldn't. The problem manifests itself when using multiple test files. BUG= Review URL: https://codereview.chromium.org/410473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284835 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment