| Index: content/test/gpu/gpu_tests/maps_integration_test.py
|
| diff --git a/content/test/gpu/gpu_tests/maps_integration_test.py b/content/test/gpu/gpu_tests/maps_integration_test.py
|
| index 891421ca799c2492094308837a8eaf1a4486b826..8284ffcf56a35c7467a936407d6fd0f5047f4ace 100644
|
| --- a/content/test/gpu/gpu_tests/maps_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/maps_integration_test.py
|
| @@ -60,16 +60,16 @@ class MapsIntegrationTest(
|
| return maps_expectations.MapsExpectations()
|
|
|
| @classmethod
|
| - def setUpClass(cls):
|
| - super(cls, MapsIntegrationTest).setUpClass()
|
| + def SetUpProcess(cls):
|
| + super(cls, MapsIntegrationTest).SetUpProcess()
|
| cls.SetBrowserOptions(cls._finder_options)
|
| cls.StartWPRServer(os.path.join(data_path, 'maps_004.wpr.updated'),
|
| cloud_storage.PUBLIC_BUCKET)
|
| cls.StartBrowser()
|
|
|
| @classmethod
|
| - def tearDownClass(cls):
|
| - super(cls, MapsIntegrationTest).tearDownClass()
|
| + def TearDownProcess(cls):
|
| + super(cls, MapsIntegrationTest).TearDownProcess()
|
| cls.StopWPRServer()
|
|
|
| @classmethod
|
|
|