unit_tests: Increase date format precision in promo_resource_service_unittest
commit69b532ba0047e3c3fa5d216f418f16039fc35d33
authorGordana.Cmiljanovic@imgtec.com <Gordana.Cmiljanovic@imgtec.com@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 1 Apr 2014 23:08:36 +0000 (1 23:08 +0000)
committerGordana.Cmiljanovic@imgtec.com <Gordana.Cmiljanovic@imgtec.com@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 1 Apr 2014 23:08:36 +0000 (1 23:08 +0000)
treeee698181fdfe12b7ed526ad261ca4be4acaeef05
parent2a19354a526c878fb6c12a3d2ea55aa73bed9c44
unit_tests: Increase date format precision in promo_resource_service_unittest

With the current precision the following tests:
    PromoResourceServiceTest.NotificationPromoCompatNoStringsTest,
    PromoResourceServiceTest.NotificationPromoCompatPayloadStringsTest,
    PromoResourceServiceTest.NotificationPromoTest
are failing if the time zone is set to Beijing.

Reason for failure: China Standard Time (CST), which is GMT+8,
is interpreted as Central Standard Time (GMT-6).
Increasing precision generates unique string for all time zones.

TEST=Run unit_tests using telemetry on Android devices
BUG=358714

Review URL: https://codereview.chromium.org/221063002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260977 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/web_resource/promo_resource_service_unittest.cc