Make browser tests all run from a server instead of the local filesystem.
BUG=
Review URL: https://codereview.chromium.org//11810004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/intl@17007 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/test/intl_test.dart b/test/intl_test.dart
index d03b5e7..5533896 100644
--- a/test/intl_test.dart
+++ b/test/intl_test.dart
@@ -4,10 +4,9 @@
library intl_test;
-import '../lib/intl.dart';
-// TODO(rnystrom): Use "package:" import when test.dart supports it (#4968).
-import '../../../pkg/unittest/lib/unittest.dart';
-import '../lib/date_symbol_data_local.dart';
+import 'package:intl/intl.dart';
+import 'package:unittest/unittest.dart';
+import 'package:intl/date_symbol_data_local.dart';
main() {
test("Locale setting doesn't verify the core locale", () {