[ios] Remove locale overrides from bubble_util unit tests
Previously, unit tests for bubble_util overrode the ICU default locale in order to test methods in LTR/RTL. This caused CardStackLayoutManagerTest to fail on bots. This CL fixes the issue by removing default locale overrides from bubble_util unit tests, and instead adds an |isRTL| parameter to the relevant util method to make it more testable. Bug: 750865 Change-Id: Ia53f92c8a08636c8c56519306b9347e8b425a37f Reviewed-on: https://chromium-review.googlesource.com/596673 Commit-Queue: Helen Yang <helenlyang@google.com> Reviewed-by:Rohit Rao (ping after 24h) <rohitrao@chromium.org> Reviewed-by:
Gregory Chatzinoff <gchatz@chromium.org> Cr-Commit-Position: refs/heads/master@{#491134}
Showing
This diff is collapsed.
Please register or sign in to comment