summaryrefslogtreecommitdiffstats
path: root/o3d/tests
diff options
context:
space:
mode:
authorkkania@google.com <kkania@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-19 22:00:58 +0000
committerkkania@google.com <kkania@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-19 22:00:58 +0000
commit0143db22b0f654c810e1dcaae2336f96324694d3 (patch)
tree3ea9a782f0baf81745ffb59d4fe3b301891dc61f /o3d/tests
parent638431ba4610e3644a8fd90d89f91dee39200764 (diff)
downloadchromium_src-0143db22b0f654c810e1dcaae2336f96324694d3.zip
chromium_src-0143db22b0f654c810e1dcaae2336f96324694d3.tar.gz
chromium_src-0143db22b0f654c810e1dcaae2336f96324694d3.tar.bz2
Fixes path of ChangeResolution.
Review URL: http://codereview.chromium.org/297012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29465 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/tests')
-rw-r--r--o3d/tests/lab/runner_util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/tests/lab/runner_util.py b/o3d/tests/lab/runner_util.py
index 44026db..e80b7ee 100644
--- a/o3d/tests/lab/runner_util.py
+++ b/o3d/tests/lab/runner_util.py
@@ -44,7 +44,7 @@ import runner_constants as const
import util
CHANGE_RESOLUTION_PATH = (const.O3D_PATH + '/o3d/tests/lab'
- '/ChangeResolution/Default/changeresolution.exe')
+ '/ChangeResolution/Debug/changeresolution.exe')
def EnsureWindowsScreenResolution(width, height, bpp):
"""Performs all steps needed to configure system for testing on Windows.