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

Unified Diff: pkg/intl/test/bidi_utils_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/bidi_utils_test.dart
diff --git a/pkg/intl/test/bidi_utils_test.dart b/pkg/intl/test/bidi_utils_test.dart
index 629f67015e911b5a500687e2d7c185ca0ad988b5..8170054d466c441c1f0b9ebc604c75d65a026557 100644
--- a/pkg/intl/test/bidi_utils_test.dart
+++ b/pkg/intl/test/bidi_utils_test.dart
@@ -5,8 +5,8 @@
library bidi_utils_test;
-import '../lib/intl.dart';
-import '../../../pkg/unittest/lib/unittest.dart';
+import 'package:intl/intl.dart';
+import 'package:unittest/unittest.dart';
/**
* Tests the bidi utilities library.

Powered by Google App Engine
This is Rietveld 408576698