* The answer in general is NO. GWT doesn't help us format or parse
* currencies. We'll have to implement our own currencies database,
* which I leave as an exercise to the reader.
*/
public void testCurrencyFormatting() throws Exception {
final ClientLocalizedParser parser = new ClientLocalizedParser();
testUsCurrencyFormats(parser);
testInternationalCurrencyFormats(parser);
}