diff options
Diffstat (limited to 'chrome/test/functional/sync.py')
-rwxr-xr-x | chrome/test/functional/sync.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/test/functional/sync.py b/chrome/test/functional/sync.py index 9521e41..e82a705 100755 --- a/chrome/test/functional/sync.py +++ b/chrome/test/functional/sync.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -48,7 +48,6 @@ class SyncTest(pyauto.PyUITest): test_utils.SignInToSyncAndVerifyState(self, 'test_google_account') self.RestartBrowser(clear_profile=False) self.assertTrue(self.AwaitSyncRestart()) - self.assertTrue(self.GetSyncInfo()['summary'] == 'READY') self.assertTrue(self.GetSyncInfo()['last synced'] == 'Just now') self.assertTrue(self.GetSyncInfo()['updates received'] == 0) |