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): |