Chromium Code Reviews| Index: test/sputnik/testcfg.py |
| diff --git a/test/sputnik/testcfg.py b/test/sputnik/testcfg.py |
| index 1032c134f625a97207bf83ea1f71c87800bf7c4b..b6f374667c21abb6987511590567504ff6c4811e 100644 |
| --- a/test/sputnik/testcfg.py |
| +++ b/test/sputnik/testcfg.py |
| @@ -33,6 +33,11 @@ import test |
| import time |
| +def GetSuite(name, root): |
| + # Not implemented. |
| + return None |
| + |
| + |
| class SputnikTestCase(test.TestCase): |
| def __init__(self, case, path, context, mode): |