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

Unified Diff: client/bin/setup_job_unittest.py

Issue 6246035: Merge remote branch 'cros/upstream' into master (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 11 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
Index: client/bin/setup_job_unittest.py
diff --git a/client/bin/setup_job_unittest.py b/client/bin/setup_job_unittest.py
index f901bac4a0360273748e65971abe44268d7e5cb5..f137ddf32ae224ac7a08486b0992607df19791ec 100755
--- a/client/bin/setup_job_unittest.py
+++ b/client/bin/setup_job_unittest.py
@@ -79,6 +79,7 @@ class test_init_minimal_options(abstract_test_init, setup_job_test_case):
hostname = None
user = None
log = False
+ tap_report = None
self.job.__init__(options)
@@ -169,6 +170,7 @@ class test_setup_job(unittest.TestCase):
options.verbose = False
options.hostname = 'localhost'
options.user = 'my_user'
+ options.tap_report = None
self.job.__init__(options)
# check
« cli/job.py ('K') | « client/bin/partition.py ('k') | client/common_lib/barrier_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698