commit | 26baa6a6e98b342807a0f703ea9ce327d894ca50 | [log] [tgz] |
---|---|---|
author | Roozbeh Pournader <roozbeh@google.com> | Thu Aug 03 11:11:17 2017 -0700 |
committer | Roozbeh Pournader <roozbeh@google.com> | Thu Aug 03 11:11:17 2017 -0700 |
tree | ce84c926ef3b57663402bbf680cc6db277b02931 | |
parent | d35251984399648f210abc867757add40a043974 [diff] |
Set and restore default timezone in DateUtilsTest Previously, the tests assumed a GMT timezone without ever setting it. Now we set the timezone to GMT on setup and restore the original timezone on teardown. Change-Id: Ia168335eac28f33c094581af2437ac635cb38bd9 Fixes: 64149941 Test: bit FrameworksCoreTests:android.text.format.DateUtilsTest (with non-GMT timezone)