Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: tests/lib/i18n/intl_message_test.dart

Issue 10826216: Date formatting again with fixes (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/lib/i18n/intl_message_test.dart
===================================================================
--- tests/lib/i18n/intl_message_test.dart (revision 10422)
+++ tests/lib/i18n/intl_message_test.dart (working copy)
@@ -81,6 +81,6 @@
test('Test passing locale', () {
hello(a_locale) => Intl.message('locale=${Intl.getCurrentLocale()}',
desc: 'explains the locale', locale: a_locale);
- expect(hello('en-US'), equals('locale=en-US'));
+ expect(hello('en-US'), equals('locale=en_US'));
});
}

Powered by Google App Engine
This is Rietveld 408576698