| Index: tools/telemetry/unittest_data/test_simple_two_page_set.py
|
| diff --git a/tools/telemetry/unittest_data/test_simple_two_page_set.py b/tools/telemetry/unittest_data/test_simple_two_page_set.py
|
| deleted file mode 100644
|
| index 7947771bed173c96f921d052741742e6078bb873..0000000000000000000000000000000000000000
|
| --- a/tools/telemetry/unittest_data/test_simple_two_page_set.py
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -# Copyright 2014 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -
|
| -from telemetry.page.page_set import PageSet
|
| -
|
| -class TestSimpleTwoPageSet(PageSet):
|
| - def __init__(self):
|
| - super(TestSimpleTwoPageSet, self).__init__(
|
| - description='A pageset for testing purpose',
|
| - archive_data_file='data/test.json',
|
| - credentials_path='data/credential',
|
| - user_agent_type='desktop')
|
|
|