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

Unified Diff: chrome/common/extensions/docs/server2/test_data/canned_data.py

Issue 26418002: Docserver: Pull knowledge of host file systems into a single (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: correct similarity Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/server2/test_data/canned_data.py
diff --git a/chrome/common/extensions/docs/server2/test_data/canned_data.py b/chrome/common/extensions/docs/server2/test_data/canned_data.py
index a227f1ab0657dadaef59030a327f60ee885c79fb..adb61c20cfa5f1774d5a129c72335f90761feaf6 100644
--- a/chrome/common/extensions/docs/server2/test_data/canned_data.py
+++ b/chrome/common/extensions/docs/server2/test_data/canned_data.py
@@ -16,30 +16,30 @@ CANNED_CHANNELS = OrderedDict([
CANNED_BRANCHES = OrderedDict([
('trunk', 'trunk'),
- (28, 1500),
- (27, 1453),
- (26, 1410),
- (25, 1364),
- (24, 1312),
- (23, 1271),
- (22, 1229),
- (21, 1180),
- (20, 1132),
- (19, 1084),
- (18, 1025),
- (17, 963),
- (16, 912),
- (15, 874),
- (14, 835),
- (13, 782),
- (12, 742),
- (11, 696),
- (10, 648),
- ( 9, 597),
- ( 8, 552),
- ( 7, 544),
- ( 6, 495),
- ( 5, 396)
+ (28, '1500'),
+ (27, '1453'),
+ (26, '1410'),
+ (25, '1364'),
+ (24, '1312'),
+ (23, '1271'),
+ (22, '1229'),
+ (21, '1180'),
+ (20, '1132'),
+ (19, '1084'),
+ (18, '1025'),
+ (17, '963'),
+ (16, '912'),
+ (15, '874'),
+ (14, '835'),
+ (13, '782'),
+ (12, '742'),
+ (11, '696'),
+ (10, '648'),
+ ( 9, '597'),
+ ( 8, '552'),
+ ( 7, '544'),
+ ( 6, '495'),
+ ( 5, '396'),
])
« no previous file with comments | « chrome/common/extensions/docs/server2/server_instance.py ('k') | chrome/common/extensions/docs/server2/test_servlet.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698