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

Issue 403233002: Do not use \u unicode characters directly in libaddressinput unit tests. (Closed)

Created:
6 years, 5 months ago by please use gerrit instead
Modified:
6 years, 5 months ago
Reviewers:
rouslan, Evan Stade
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Do not use \u unicode characters directly in libaddressinput unit tests. VisualStudio does not understand it \u escape sequences like \u00E8 in UTF8 strings. The fix is to use Wide strings and convert them into UTF8 using base::WideToUTF8() utility. BUG=395401 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284629

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M third_party/libaddressinput/chromium/chrome_address_validator_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/libaddressinput/chromium/string_compare_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
please use gerrit instead
Evan: PTAL.
6 years, 5 months ago (2014-07-19 21:16:35 UTC) #1
Evan Stade
lgtm
6 years, 5 months ago (2014-07-22 00:51:11 UTC) #2
rouslan
The CQ bit was checked by rouslan@google.com
6 years, 5 months ago (2014-07-22 01:25:21 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rouslan@chromium.org/403233002/1
6 years, 5 months ago (2014-07-22 01:27:23 UTC) #4
commit-bot: I haz the power
6 years, 5 months ago (2014-07-22 04:47:52 UTC) #5
Message was sent while issue was closed.
Change committed as 284629

Powered by Google App Engine
This is Rietveld 408576698