Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(254)

Issue 95560045: Enable aggregate data in fake downloader. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 11 months ago by Rouslan Solomakhin
Modified:
9 years, 11 months ago
CC:
dbeaumont, davinci_google, keghani
Base URL:
https://libaddressinput.googlecode.com/svn/trunk
Visibility:
Public.

Description

Enable aggregate data in fake downloader. This patch changes fake data URL from test:/// to test:///plain/ and adds a URL for fake aggregate data: test:///aggregate/. Example of data at test:///plain/data/ZW: {"name": "ZIMBABWE", "key": "ZW", "id": "data/ZW"} Example of aggregate data at test:///aggregate/data/ZW: {"data/ZW": {"name": "ZIMBABWE", "key": "ZW", "id": "data/ZW"}} This behavior mimics the behavior of the server URLs https://i18napis.appspot.com/ssl-address/data/ and https://i18napis.appspot.com/ssl-aggregate-address/data/. R=lararennie@google.com Committed: https://code.google.com/p/libaddressinput/source/detail?r=231

Patch Set 1 #

Total comments: 16

Patch Set 2 : Addressed comments. #

Total comments: 4

Patch Set 3 : Fix spelling, remove obvious comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -10 lines) Patch
M cpp/test/fake_downloader.h View 1 chunk +6 lines, -1 line 0 comments Download
M cpp/test/fake_downloader.cc View 1 2 4 chunks +94 lines, -9 lines 0 comments Download
M cpp/test/fake_downloader_test.cc View 1 3 chunks +54 lines, -0 lines 0 comments Download

Messages

Total messages: 11
Rouslan Solomakhin
Fredrik: PTAL Patch Set 1.
9 years, 11 months ago (2014-05-20 16:11:42 UTC) #1
Rouslan Solomakhin
Lara: Maybe you would be a more suitable reviewer for this patch.
9 years, 11 months ago (2014-05-21 12:00:46 UTC) #2
lararennie
https://codereview.appspot.com/95560045/diff/1/cpp/test/fake_downloader.cc File cpp/test/fake_downloader.cc (right): https://codereview.appspot.com/95560045/diff/1/cpp/test/fake_downloader.cc#newcode53 cpp/test/fake_downloader.cc:53: // The number of characters in a an aggreagete ...
9 years, 11 months ago (2014-05-21 13:00:46 UTC) #3
roubert (google)
https://codereview.appspot.com/95560045/diff/1/cpp/test/fake_downloader.cc File cpp/test/fake_downloader.cc (right): https://codereview.appspot.com/95560045/diff/1/cpp/test/fake_downloader.cc#newcode29 cpp/test/fake_downloader.cc:29: const char FakeDownloader::kFakeDataUrl[] = "test://address/"; This is not actually ...
9 years, 11 months ago (2014-05-21 13:36:00 UTC) #4
Rouslan Solomakhin
Addressed all comments. Will commit now without a second round of comments to unblock anyone ...
9 years, 11 months ago (2014-05-21 14:08:43 UTC) #5
Rouslan Solomakhin
Actually, not committing until I get an el-gee, as Fredrik recommends.
9 years, 11 months ago (2014-05-21 14:11:44 UTC) #6
Rouslan Solomakhin
Lara: PTAL Patch Set 2.
9 years, 11 months ago (2014-05-21 14:11:53 UTC) #7
roubert (google)
On 2014/05/21 14:11:44, Rouslan Solomakhin wrote: > Actually, not committing until I get an el-gee, ...
9 years, 11 months ago (2014-05-21 14:12:49 UTC) #8
lararennie
LGTM https://codereview.appspot.com/95560045/diff/1/cpp/test/fake_downloader.cc File cpp/test/fake_downloader.cc (right): https://codereview.appspot.com/95560045/diff/1/cpp/test/fake_downloader.cc#newcode81 cpp/test/fake_downloader.cc:81: if (key.compare(0, On 2014/05/21 14:08:42, Rouslan Solomakhin wrote: ...
9 years, 11 months ago (2014-05-21 14:46:47 UTC) #9
Rouslan Solomakhin
Will commit. https://codereview.appspot.com/95560045/diff/1/cpp/test/fake_downloader.cc File cpp/test/fake_downloader.cc (right): https://codereview.appspot.com/95560045/diff/1/cpp/test/fake_downloader.cc#newcode81 cpp/test/fake_downloader.cc:81: if (key.compare(0, On 2014/05/21 14:46:47, lararennie wrote: ...
9 years, 11 months ago (2014-05-21 15:04:28 UTC) #10
Rouslan Solomakhin
9 years, 11 months ago (2014-05-21 15:04:56 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 manually as r231 (presubmit successful).
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b