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

Unified Diff: expect_tests/type_definitions.py

Issue 556243006: Fixed refactoring error (Closed) Base URL: https://chromium.googlesource.com/infra/testing/expect_tests@shebang
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: expect_tests/type_definitions.py
diff --git a/expect_tests/type_definitions.py b/expect_tests/type_definitions.py
index 380732af64840fcc37a8e6c776ed6dd06018df0d..cd5c89ca2ae2ef08be506cfe86ce197777a221a6 100644
--- a/expect_tests/type_definitions.py
+++ b/expect_tests/type_definitions.py
@@ -329,7 +329,7 @@ class MultiTest(_MultiTest):
Returns a MultiTestInfo instance.
"""
- all_tests = [test.get_restricted() for test in self.tests]
+ all_tests = [test.get_info() for test in self.tests]
test = MultiTestInfo(name=self.name,
tests=all_tests,
atomic=self.atomic
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698