OSDN Git Service

Fix CurrencyTest's expectation for CAD in fr_FR.
authorElliott Hughes <enh@google.com>
Sun, 20 Dec 2009 17:57:21 +0000 (09:57 -0800)
committerElliott Hughes <enh@google.com>
Sun, 20 Dec 2009 17:57:21 +0000 (09:57 -0800)
commitb78a6ce57026778f0274f2a35da8eb3bce0ad5f9
tree281ff996ba9db5e1b80c553701b7affb35a2202c
parentaabd077fe3b6ff3d3bcc9026dacb7730caab5a11
Fix CurrencyTest's expectation for CAD in fr_FR.

Fix this harmony test which we've been failing since our ICU update:

  Default Locale is: ja_JP. For locale fr_FR the Canadian Dollar currency
  returned $CA. Expected was one of these: [CA$, CAD, $, Can$, $Ca]

The upstream harmony test (which has diverged quite a bit) tests for "$CA"
instead of "$Ca".
libcore/luni/src/test/java/tests/api/java/util/CurrencyTest.java