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

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

Issue 11641005: Add cross-origin test with credentials. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 12 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: pkg/intl/test/number_format_test.dart
diff --git a/pkg/intl/test/number_format_test.dart b/pkg/intl/test/number_format_test.dart
index a1c0d9d6e607879f21c58f2c02990bb610b6b611..048d6ad538d69d78e7b1283b9dd4b1078329ea82 100644
--- a/pkg/intl/test/number_format_test.dart
+++ b/pkg/intl/test/number_format_test.dart
@@ -6,9 +6,9 @@
library number_format_test;
-import '../../../pkg/unittest/lib/unittest.dart';
-import '../lib/number_format.dart';
-import '../lib/intl.dart';
+import 'package:unittest/unittest.dart';
+import 'package:intl/number_format.dart';
+import 'package:intl/intl.dart';
/**
* Tests the Numeric formatting library in dart.

Powered by Google App Engine
This is Rietveld 408576698