summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/net/fake_external_tab.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/net/fake_external_tab.cc')
-rw-r--r--chrome_frame/test/net/fake_external_tab.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index eebd2d9b..4f61298 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -329,7 +329,7 @@ void CFUrlRequestUnittestRunner::InitializeLogging() {
}
void FilterDisabledTests() {
- if (::testing::FLAGS_gtest_filter.GetLength() &&
+ if (::testing::FLAGS_gtest_filter.length() &&
::testing::FLAGS_gtest_filter.Compare("*") != 0) {
// Don't override user specified filters.
return;
@@ -338,11 +338,11 @@ void FilterDisabledTests() {
const char* disabled_tests[] = {
// Tests disabled since they're testing the same functionality used
// by the TestAutomationProvider.
- "URLRequestTest.InterceptNetworkError",
- "URLRequestTest.InterceptRestartRequired",
- "URLRequestTest.InterceptRespectsCancelMain",
- "URLRequestTest.InterceptRespectsCancelRedirect",
- "URLRequestTest.InterceptRespectsCancelFinal",
+ "URLRequestTest.InterceptNetworkError",
+ "URLRequestTest.InterceptRestartRequired",
+ "URLRequestTest.InterceptRespectsCancelMain",
+ "URLRequestTest.InterceptRespectsCancelRedirect",
+ "URLRequestTest.InterceptRespectsCancelFinal",
"URLRequestTest.InterceptRespectsCancelInRestart",
"URLRequestTest.InterceptRedirect",
"URLRequestTest.InterceptServerError",