Remove accidental test/debug regression I added in refactoring.

Not sure how I missed this.

Change-Id: Icd67b6119cbe5ef59bcf2c42784ac8fd011f2ab9

BUG=chromium-os:12953
TEST=Ran it

Review URL: http://codereview.chromium.org/6659009
This commit is contained in:
Chris Sosa 2011-03-09 14:58:17 -08:00
parent b42af678be
commit cc0c062a3d

View File

@ -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 ---