summaryrefslogtreecommitdiffstats
path: root/chrome/test/functional
diff options
context:
space:
mode:
authornirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-25 08:06:50 +0000
committernirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-25 08:06:50 +0000
commit4c78276ddaaf22b6842f46c62c8ff82f56b912da (patch)
treed451de8a5878142bd9f3d620e61733da34b10443 /chrome/test/functional
parent60b9190738ca15a4595ecaaa91a9acc9e309c5a3 (diff)
downloadchromium_src-4c78276ddaaf22b6842f46c62c8ff82f56b912da.zip
chromium_src-4c78276ddaaf22b6842f46c62c8ff82f56b912da.tar.gz
chromium_src-4c78276ddaaf22b6842f46c62c8ff82f56b912da.tar.bz2
Fix dom automation using pyauto on windows.
The command line arguments (argv) passed to the TestSuite are ignored in windows. It tries to fetch the command line args by itself, for the current process. Due to this, --dom-automation was not getting passed on win. Fix this. Also, enable execute_javascript.py BUG= TEST=python chrome/test/functional/execute_javascript.py Review URL: http://codereview.chromium.org/3404022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60573 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/functional')
-rw-r--r--chrome/test/functional/PYAUTO_TESTS1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS
index bb1ba82..b79dadbf 100644
--- a/chrome/test/functional/PYAUTO_TESTS
+++ b/chrome/test/functional/PYAUTO_TESTS
@@ -31,6 +31,7 @@
'cookies',
'crash_reporter',
'downloads',
+ 'execute_javascript',
'history',
'imports',
'infobars',