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

Unified Diff: test/web_socket_test.dart

Issue 1169883002: Upgrade to the new test package. (Closed) Base URL: git@github.com:dart-lang/http_parser@master
Patch Set: Merge Created 5 years, 6 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 | « test/media_type_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/web_socket_test.dart
diff --git a/test/web_socket_test.dart b/test/web_socket_test.dart
index 6a0849d944d9d88b47651486089362e9139c5003..60934c5dd0be2e5c34a6a9152f344f10bc4daeab 100644
--- a/test/web_socket_test.dart
+++ b/test/web_socket_test.dart
@@ -7,7 +7,7 @@ library http_parser.web_socket_test;
import 'dart:io';
import 'package:http_parser/http_parser.dart';
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
void main() {
test("a client can communicate with a WebSocket server", () {
« no previous file with comments | « test/media_type_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698