summaryrefslogtreecommitdiffstats
path: root/net/test
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-22 21:41:35 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-22 21:41:35 +0000
commit53edc64524d217d22b175f78f8c81df0ece79a11 (patch)
treee54263495094933645a67ebff1ad02cb5f5d0ab4 /net/test
parentdf5a1547dd1938da4a221957238919dd16678afb (diff)
downloadchromium_src-53edc64524d217d22b175f78f8c81df0ece79a11.zip
chromium_src-53edc64524d217d22b175f78f8c81df0ece79a11.tar.gz
chromium_src-53edc64524d217d22b175f78f8c81df0ece79a11.tar.bz2
Reverting 67000.
BUG=None TEST=None TBR=nsylvain Review URL: http://codereview.chromium.org/5272001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67004 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/test')
-rw-r--r--net/test/python_utils.cc2
-rw-r--r--net/test/test_server_win.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/test/python_utils.cc b/net/test/python_utils.cc
index 0c61b48..13438f7 100644
--- a/net/test/python_utils.cc
+++ b/net/test/python_utils.cc
@@ -70,7 +70,7 @@ bool GetPythonRunTime(FilePath* dir) {
if (!PathService::Get(base::DIR_SOURCE_ROOT, dir))
return false;
*dir = dir->Append(FILE_PATH_LITERAL("third_party"))
- .Append(FILE_PATH_LITERAL("python_26"))
+ .Append(FILE_PATH_LITERAL("python_24"))
.Append(FILE_PATH_LITERAL("python.exe"));
#elif defined(OS_POSIX)
*dir = FilePath("python");
diff --git a/net/test/test_server_win.cc b/net/test/test_server_win.cc
index a363755..64437cd 100644
--- a/net/test/test_server_win.cc
+++ b/net/test/test_server_win.cc
@@ -96,7 +96,7 @@ bool TestServer::LaunchPython(const FilePath& testserver_path) {
return false;
python_exe = python_exe
.Append(FILE_PATH_LITERAL("third_party"))
- .Append(FILE_PATH_LITERAL("python_26"))
+ .Append(FILE_PATH_LITERAL("python_24"))
.Append(FILE_PATH_LITERAL("python.exe"));
CommandLine python_command(python_exe);