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

Unified Diff: test/sha1_test.dart

Issue 1151753006: Upgrade tests to the new version of test package (Closed) Base URL: https://github.com/dart-lang/crypto.git@master
Patch Set: Created 5 years, 7 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/hmac_sha256_test.dart ('k') | test/sha256_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/sha1_test.dart
diff --git a/test/sha1_test.dart b/test/sha1_test.dart
index acfdad863a58621aafeab855c87bdd5fb0e21498..95d973b6cf7fb19521ecdb07ffe323e28a14a08e 100644
--- a/test/sha1_test.dart
+++ b/test/sha1_test.dart
@@ -6,7 +6,7 @@
library sha1_test;
import "package:crypto/crypto.dart";
-import "package:unittest/unittest.dart";
+import "package:test/test.dart";
part 'sha1_long_test_vectors.dart';
part 'sha1_short_test_vectors.dart';
« no previous file with comments | « test/hmac_sha256_test.dart ('k') | test/sha256_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698