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

Unified Diff: bin/au_test_harness/au_test.py

Issue 6659009: Remove accidental test/debug regression I added in refactoring. (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Created 9 years, 9 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: bin/au_test_harness/au_test.py
diff --git a/bin/au_test_harness/au_test.py b/bin/au_test_harness/au_test.py
index 225a7eb42d3b07164470f1db74f55efbd9b2d1fa..076aca0a4fc0f5f245a5e8e7ec67b162fca1ea86 100644
--- a/bin/au_test_harness/au_test.py
+++ b/bin/au_test_harness/au_test.py
@@ -238,7 +238,7 @@ class AUTest(unittest.TestCase):
"""
self.worker.InitializeResultsDirectory()
self.worker.PrepareBase(self.base_image_path)
- #self.worker.PerformUpdate(self.target_image_path, self.base_image_path)
+ self.worker.PerformUpdate(self.target_image_path, self.base_image_path)
self.worker.VerifyImage(self)
# --- DISABLED TESTS ---
« 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