Chromium Code Reviews| Index: tools/push-to-trunk/test_scripts.py |
| diff --git a/tools/push-to-trunk/test_scripts.py b/tools/push-to-trunk/test_scripts.py |
| index f4d0c126ce0fb052221e0618fba4decead97d693..84497be1e4822affe33cfed03e2c665b57131677 100644 |
| --- a/tools/push-to-trunk/test_scripts.py |
| +++ b/tools/push-to-trunk/test_scripts.py |
| @@ -269,6 +269,9 @@ class ScriptTest(unittest.TestCase): |
| def ReadURL(self, url): |
| return self._url_mock.Call(url) |
| + def Wait(seconds): |
|
Jakob Kummerow
2013/11/28 13:47:27
I think you mean s/Wait/Sleep/.
Michael Achenbach
2013/11/28 14:28:17
Done.
|
| + pass |
| + |
| def ExpectGit(self, *args): |
| """Convenience wrapper.""" |
| self._git_mock.Expect(*args) |