| Index: telemetry/examples/browser_tests/simple_browser_test.py
|
| diff --git a/telemetry/examples/browser_tests/simple_browser_test.py b/telemetry/examples/browser_tests/simple_browser_test.py
|
| index 572890386220f3fa15e21fd7d599675bac6fc42e..1c27838c7630001818aeae5d451d0ec19687d3de 100644
|
| --- a/telemetry/examples/browser_tests/simple_browser_test.py
|
| +++ b/telemetry/examples/browser_tests/simple_browser_test.py
|
| @@ -22,8 +22,8 @@
|
| yield 'add_1_and_2_' + ConvertPathToTestName(path), (path, 1, 2, 3)
|
|
|
| @classmethod
|
| - def setUpClass(cls):
|
| - super(cls, SimpleBrowserTest).setUpClass()
|
| + def SetUpProcess(cls):
|
| + super(cls, SimpleBrowserTest).SetUpProcess()
|
| cls.SetBrowserOptions(cls._finder_options)
|
| cls.StartBrowser()
|
| cls.action_runner = cls.browser.tabs[0].action_runner
|
|
|