| Index: chrome/test/functional/prefs.py
|
| diff --git a/chrome/test/functional/prefs.py b/chrome/test/functional/prefs.py
|
| index 54f70e9cd4f7e293b95901df514b99d25756b7ec..bded6db9b0f4b2595322e14f019a09a303976c84 100644
|
| --- a/chrome/test/functional/prefs.py
|
| +++ b/chrome/test/functional/prefs.py
|
| @@ -188,6 +188,10 @@ class PrefsTest(pyauto.PyUITest):
|
| self.NavigateToURL(url)
|
| self.assertEqual(title, self.GetActiveTabTitle())
|
|
|
| + def testHaveLocalStatePrefs(self):
|
| + """Verify that we have some Local State prefs."""
|
| + self.assertTrue(self.GetLocalStatePrefsInfo())
|
| +
|
|
|
| if __name__ == '__main__':
|
| pyauto_functional.Main()
|
|
|