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

Unified Diff: client/common_lib/control_data_unittest.py

Issue 4823005: Merge remote branch 'cros/upstream' into tempbranch (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: patch Created 10 years, 1 month 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 | « client/common_lib/boottool.py ('k') | client/common_lib/global_config_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/common_lib/control_data_unittest.py
diff --git a/client/common_lib/control_data_unittest.py b/client/common_lib/control_data_unittest.py
index a85d7559c1816179fb050025e879448ab896df7e..ad44944f6472b37db114c36ceaacc1c5e466d981 100755
--- a/client/common_lib/control_data_unittest.py
+++ b/client/common_lib/control_data_unittest.py
@@ -27,7 +27,6 @@ class ParseControlTest(unittest.TestCase):
self.control_tmp = autotemp.tempfile(unique_id='control_unit',
text=True)
os.write(self.control_tmp.fd, CONTROL)
- os.close(self.control_tmp.fd)
def tearDown(self):
« no previous file with comments | « client/common_lib/boottool.py ('k') | client/common_lib/global_config_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698