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

Unified Diff: pkg/intl/test/date_time_format_test_core.dart

Issue 10916128: Clean up Intl for language changes (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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
« no previous file with comments | « pkg/intl/number_format.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/test/date_time_format_test_core.dart
===================================================================
--- pkg/intl/test/date_time_format_test_core.dart (revision 11902)
+++ pkg/intl/test/date_time_format_test_core.dart (working copy)
@@ -175,8 +175,8 @@
runDateTests() {
test('Multiple patterns', () {
var date = new Date.now();
- var multiple1 = new DateFormat.yMd().jms();
- var multiple2 = new DateFormat("yMd").jms();
+ var multiple1 = new DateFormat.yMd().add_jms();
+ var multiple2 = new DateFormat("yMd").add_jms();
var separate1 = new DateFormat.yMd();
var separate2 = new DateFormat.jms();
var separateFormat = "${separate1.format(date)} ${separate2.format(date)}";
« no previous file with comments | « pkg/intl/number_format.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698