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

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

Issue 814113004: Pull args, intl, logging, shelf, and source_maps out of the SDK. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Also csslib. Created 6 years 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/date_time_format_http_request_test.dart
diff --git a/pkg/intl/test/date_time_format_http_request_test.dart b/pkg/intl/test/date_time_format_http_request_test.dart
deleted file mode 100644
index 4e7fa5c0d1d21a4dce8580fd5e906bcdebf657c0..0000000000000000000000000000000000000000
--- a/pkg/intl/test/date_time_format_http_request_test.dart
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
-// or details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-/**
- * Test date formatting and parsing using locale data read via an http request
- * to a server.
- */
-
-library date_time_format_http_request_test;
-
-import 'dart:html';
-import 'package:unittest/html_config.dart';
-import 'package:unittest/unittest.dart';
-import 'package:intl/date_symbol_data_http_request.dart';
-import 'date_time_format_test_stub.dart';
-
-main() {
- useHtmlConfiguration();
- var url = "http://localhost:${window.location.port}"
- "/root_dart/pkg/intl/lib/src/data/dates/";
-
- test("Initializing a locale that needs fallback", () {
- initializeDateFormatting("de_DE", url).then(expectAsync((_) => true));
- });
-
- runWith(smallSetOfLocales, url, initializeDateFormatting);
-}
« no previous file with comments | « pkg/intl/test/date_time_format_file_odd_test.dart ('k') | pkg/intl/test/date_time_format_local_even_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698