Commit 77c664eb authored by jasneet@chromium.org's avatar jasneet@chromium.org

Update test - testSearchInPDF

chrome/test/data/plugin moved to content/test/data/plugin

BUG=139053
TEST=NONE
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/10833023

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148456 0039d316-1c4b-4281-b951-d872f2087c98
parent 0cc33b9c
#!/usr/bin/env python
# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
......@@ -238,7 +238,7 @@ class FindMatchTests(pyauto.PyUITest):
if properties['branding'] != 'Google Chrome':
return
# Search in pdf file over file://.
file_url = self.GetFileURLForDataPath('plugin', 'Embed.pdf')
file_url = self.GetFileURLForContentDataPath('plugin', 'Embed.pdf')
self._VerifySearchInPDFURL(file_url, 'adobe', 8)
# Search in pdf file over http://.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment