Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4807)

Unified Diff: chrome/test/chromedriver/test/unittest_util.py

Issue 1592403002: update obsolete code.google.com documentation links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/web_ui_browser_test_browsertest.cc ('k') | components/json_schema/json_schema_validator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/test/unittest_util.py
diff --git a/chrome/test/chromedriver/test/unittest_util.py b/chrome/test/chromedriver/test/unittest_util.py
index 7c07312cb4a6f0c62f9038e63656e53feb2ca6ac..52363c2a070ea240280126532447e2a3c49fa542 100644
--- a/chrome/test/chromedriver/test/unittest_util.py
+++ b/chrome/test/chromedriver/test/unittest_util.py
@@ -94,7 +94,7 @@ def GetTestName(test):
def FilterTestSuite(suite, gtest_filter):
"""Returns a new filtered tests suite based on the given gtest filter.
- See http://code.google.com/p/googletest/wiki/AdvancedGuide
+ See https://github.com/google/googletest/blob/master/googletest/docs/AdvancedGuide.md
for gtest_filter specification.
"""
return unittest.TestSuite(FilterTests(GetTestsFromSuite(suite), gtest_filter))
@@ -103,7 +103,7 @@ def FilterTestSuite(suite, gtest_filter):
def FilterTests(all_tests, gtest_filter):
"""Returns a filtered list of tests based on the given gtest filter.
- See http://code.google.com/p/googletest/wiki/AdvancedGuide
+ See https://github.com/google/googletest/blob/master/googletest/docs/AdvancedGuide.md
for gtest_filter specification.
"""
pattern_groups = gtest_filter.split('-')
« no previous file with comments | « chrome/test/base/web_ui_browser_test_browsertest.cc ('k') | components/json_schema/json_schema_validator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698