| Index: sandbox/tests/validation_tests/suite.cc
|
| ===================================================================
|
| --- sandbox/tests/validation_tests/suite.cc (revision 41493)
|
| +++ sandbox/tests/validation_tests/suite.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2006-2010 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.
|
|
|
| @@ -99,7 +99,7 @@
|
| TestRunner runner;
|
| wchar_t command[1024] = {0};
|
|
|
| - wsprintf(command, L"OpenProcess %d", ::GetCurrentProcessId());
|
| + wsprintf(command, L"OpenProcessCmd %d", ::GetCurrentProcessId());
|
| EXPECT_EQ(SBOX_TEST_DENIED, runner.RunTest(command));
|
| }
|
|
|
| @@ -108,7 +108,7 @@
|
| TestRunner runner;
|
| wchar_t command[1024] = {0};
|
|
|
| - wsprintf(command, L"OpenThread %d", ::GetCurrentThreadId());
|
| + wsprintf(command, L"OpenThreadCmd %d", ::GetCurrentThreadId());
|
| EXPECT_EQ(SBOX_TEST_DENIED, runner.RunTest(command));
|
| }
|
|
|
|
|