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

Unified Diff: chrome/test/pyautolib/policy_base.py

Issue 9583034: PyAuto tests derived from PolicyTestBase now clear the profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | chrome/test/pyautolib/pyauto.py » ('j') | chrome/test/pyautolib/pyauto.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/pyautolib/policy_base.py
diff --git a/chrome/test/pyautolib/policy_base.py b/chrome/test/pyautolib/policy_base.py
index 1fd0664f2e4027174b61f0d3a9a3cc5f7bf00534..f6967f80a5dcba5b3404844399a483b7b48aeb7b 100644
--- a/chrome/test/pyautolib/policy_base.py
+++ b/chrome/test/pyautolib/policy_base.py
@@ -289,6 +289,8 @@ class PolicyTestBase(pyauto.PyUITest):
if self.IsChromeOS():
self.StopHTTPServer(self._http_server)
Nirnimesh 2012/03/03 02:22:01 While you're in this code, could you also move thi
frankf 2012/03/03 03:48:05 Done.
pyauto_utils.RemovePath(self._temp_data_dir)
+ pyauto.PyUITest.Logout(self)
dtu 2012/03/03 02:14:41 Kind of surprised this wasn't there before, since
+
pyauto.PyUITest.tearDown(self)
def SetPolicies(self, user_policy=None, device_policy=None):
« no previous file with comments | « no previous file | chrome/test/pyautolib/pyauto.py » ('j') | chrome/test/pyautolib/pyauto.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698