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

Unified Diff: pkg/intl/test/message_extraction/sample_with_messages.dart

Issue 414093003: Make deferred loading of message libraries optional (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add a new file I had missed Created 6 years, 5 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/test/message_extraction/message_extraction_test.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/message_extraction/sample_with_messages.dart
diff --git a/pkg/intl/test/message_extraction/sample_with_messages.dart b/pkg/intl/test/message_extraction/sample_with_messages.dart
index 64bff65bc51467227851c182b13bed29047c7955..47cfc182f916f9af90cb294a5655531af79fd071 100644
--- a/pkg/intl/test/message_extraction/sample_with_messages.dart
+++ b/pkg/intl/test/message_extraction/sample_with_messages.dart
@@ -227,8 +227,7 @@ main() {
// Verify that a translated message isn't initially present.
var messageInGerman = Intl.withLocale('de_DE', message1);
- test("Locales don't work before they're initialized", ()
- => expect(messageInGerman, "This is a message"));
+ expect(messageInGerman, "This is a message");
var f1 = initializeMessages(fr.locale)
// Since English has the one message which is always translated, we
« no previous file with comments | « pkg/intl/test/message_extraction/message_extraction_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698