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

Unified Diff: tests/corelib/date_time_test.dart

Issue 219503002: Fix bad HttpDate.format. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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 | « sdk/lib/io/http_date.dart ('k') | tests/standalone/io/http_date_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/date_time_test.dart
diff --git a/tests/corelib/date_time_test.dart b/tests/corelib/date_time_test.dart
index dcd656d0e01f27d434ce2fd1f21b8e0cd2bf7cd8..e9fc4783e18f985018616b8d02b51c94500ef969 100644
--- a/tests/corelib/date_time_test.dart
+++ b/tests/corelib/date_time_test.dart
@@ -908,6 +908,7 @@ void testToStrings() {
test("-2000-01-01", "12:00:00.000");
test("1970-01-01", "00:00:00.000");
test("1969-12-31", "23:59:59.999");
+ test("1969-09-09", "00:09:09.009");
}
void main() {
« no previous file with comments | « sdk/lib/io/http_date.dart ('k') | tests/standalone/io/http_date_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698