| Index: appengine/findit/crash/scorers/test/scorer_test_suite.py
|
| diff --git a/appengine/findit/crash/scorers/test/scorer_test_suite.py b/appengine/findit/crash/scorers/test/scorer_test_suite.py
|
| deleted file mode 100644
|
| index d06c6d063a6a4feabe3ddacb24e12272096589e9..0000000000000000000000000000000000000000
|
| --- a/appengine/findit/crash/scorers/test/scorer_test_suite.py
|
| +++ /dev/null
|
| @@ -1,39 +0,0 @@
|
| -# Copyright 2016 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 libs.gitiles.change_log import ChangeLog
|
| -from testing_utils import testing
|
| -
|
| -DUMMY_CHANGELOG = ChangeLog.FromDict({
|
| - 'author': {
|
| - 'name': 'r@chromium.org',
|
| - 'email': 'r@chromium.org',
|
| - 'time': 'Thu Mar 31 21:24:43 2016',
|
| - },
|
| - 'committer': {
|
| - 'name': 'example@chromium.org',
|
| - 'email': 'r@chromium.org',
|
| - 'time': 'Thu Mar 31 21:28:39 2016',
|
| - },
|
| - 'message': 'dummy',
|
| - 'commit_position': 175900,
|
| - 'touched_files': [
|
| - {
|
| - 'change_type': 'add',
|
| - 'new_path': 'a.cc',
|
| - 'old_path': None,
|
| - },
|
| - ],
|
| - 'commit_url':
|
| - 'https://repo.test/+/1',
|
| - 'code_review_url': 'https://codereview.chromium.org/3281',
|
| - 'revision': '1',
|
| - 'reverted_revision': None
|
| -})
|
| -
|
| -
|
| -class ScorerTestSuite(testing.AppengineTestCase): # pragma: no cover.
|
| -
|
| - def _GetDummyChangeLog(self):
|
| - return DUMMY_CHANGELOG
|
|
|