| Index: content/test/gpu/gpu_tests/context_lost.py
|
| diff --git a/content/test/gpu/gpu_tests/context_lost.py b/content/test/gpu/gpu_tests/context_lost.py
|
| index 16aaf7d2ff4fc7a31a17e78fe2508c21d573120c..6b8d64b53d778f7042cd62195e1b58f692c57da1 100644
|
| --- a/content/test/gpu/gpu_tests/context_lost.py
|
| +++ b/content/test/gpu/gpu_tests/context_lost.py
|
| @@ -332,7 +332,7 @@
|
| # For the record, this would have been another way to get the pages
|
| # to repeat. pageset_repeat would be another option.
|
| # options = {'page_repeat': 5}
|
| - def CreateStorySet(self, options):
|
| + def CreatePageSet(self, options):
|
| ps = page_set.PageSet(
|
| base_dir=data_path,
|
| serving_dirs=set(['']))
|
|
|