| Index: tools/perf/measurements/smoothness_unittest.py
|
| diff --git a/tools/perf/measurements/smoothness_unittest.py b/tools/perf/measurements/smoothness_unittest.py
|
| index 40a66e6f7ed06e6c7f0d97b326e4982403059a74..141202e06560dd646d6d608a9664a107bba6ab56 100644
|
| --- a/tools/perf/measurements/smoothness_unittest.py
|
| +++ b/tools/perf/measurements/smoothness_unittest.py
|
| @@ -82,7 +82,7 @@ class SmoothnessUnitTest(page_test_test_case.PageTestTestCase):
|
|
|
| @decorators.Disabled('chromeos') # crbug.com/483212
|
| def testSmoothness(self):
|
| - ps = self.CreatePageSetFromFileInUnittestDataDir('scrollable_page.html')
|
| + ps = self.CreateStorySetFromFileInUnittestDataDir('scrollable_page.html')
|
| measurement = smoothness.Smoothness()
|
| results = self.RunMeasurement(measurement, ps, options=self._options)
|
| self.assertEquals(0, len(results.failures))
|
| @@ -114,7 +114,7 @@ class SmoothnessUnitTest(page_test_test_case.PageTestTestCase):
|
|
|
| @decorators.Enabled('android') # SurfaceFlinger is android-only
|
| def testSmoothnessSurfaceFlingerMetricsCalculated(self):
|
| - ps = self.CreatePageSetFromFileInUnittestDataDir('scrollable_page.html')
|
| + ps = self.CreateStorySetFromFileInUnittestDataDir('scrollable_page.html')
|
| measurement = smoothness.Smoothness()
|
| results = self.RunMeasurement(measurement, ps, options=self._options)
|
| self.assertEquals(0, len(results.failures))
|
|
|