Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Side by Side Diff: tools/telemetry/telemetry/block_page_benchmark_results_unittest.py

Issue 12294002: Revert 182991 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 import StringIO 4 import StringIO
5 import os 5 import os
6 import unittest 6 import unittest
7 7
8 from telemetry import block_page_benchmark_results 8 from telemetry import block_page_benchmark_results
9 from telemetry.page_set import PageSet 9 from telemetry.page_set import PageSet
10 10
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 54
55 expected = [ 55 expected = [
56 ['url', 'http://www.foo.com/'], 56 ['url', 'http://www.foo.com/'],
57 ['foo (seconds)', '3'], 57 ['foo (seconds)', '3'],
58 [''], 58 [''],
59 ['url', 'http://www.bar.com/'], 59 ['url', 'http://www.bar.com/'],
60 ['bar (seconds)', '4'], 60 ['bar (seconds)', '4'],
61 [''] 61 ['']
62 ] 62 ]
63 self.assertEquals(self.data, expected) 63 self.assertEquals(self.data, expected)
OLDNEW
« no previous file with comments | « tools/telemetry/telemetry/block_page_benchmark_results.py ('k') | tools/telemetry/telemetry/browser.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698