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

Issue 169363008: pkg/crypto: move tests to unittest package (Closed)

Created:
6 years, 10 months ago by kevmoo
Modified:
6 years, 10 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

pkg/crypto: move tests to unittest package R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=32742

Patch Set 1 #

Patch Set 2 : formatting, nits #

Patch Set 3 : oops #

Total comments: 32

Patch Set 4 : feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -176 lines) Patch
M pkg/crypto/lib/src/crypto_utils.dart View 1 3 chunks +6 lines, -6 lines 0 comments Download
M pkg/crypto/lib/src/hash_utils.dart View 1 2 chunks +9 lines, -10 lines 0 comments Download
M pkg/crypto/lib/src/hmac.dart View 1 2 chunks +4 lines, -6 lines 0 comments Download
M pkg/crypto/lib/src/md5.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/crypto/lib/src/sha1.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/crypto/lib/src/sha256.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/crypto/pubspec.yaml View 1 chunk +7 lines, -6 lines 0 comments Download
M pkg/crypto/test/base64_test.dart View 1 2 3 5 chunks +57 lines, -54 lines 0 comments Download
M pkg/crypto/test/hmac_md5_test.dart View 1 2 3 5 chunks +24 lines, -22 lines 0 comments Download
M pkg/crypto/test/hmac_sha1_test.dart View 1 1 chunk +10 lines, -7 lines 0 comments Download
M pkg/crypto/test/hmac_sha256_test.dart View 1 2 3 1 chunk +10 lines, -7 lines 0 comments Download
M pkg/crypto/test/sha1_test.dart View 1 2 3 2 chunks +23 lines, -26 lines 0 comments Download
M pkg/crypto/test/sha256_test.dart View 1 2 3 2 chunks +21 lines, -27 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
kevmoo
Make it easier for non-SDK devs to understand and improve this package
6 years, 10 months ago (2014-02-17 21:52:41 UTC) #1
Søren Gjesse
lgtm https://codereview.chromium.org/169363008/diff/30002/pkg/crypto/pubspec.yaml File pkg/crypto/pubspec.yaml (right): https://codereview.chromium.org/169363008/diff/30002/pkg/crypto/pubspec.yaml#newcode7 pkg/crypto/pubspec.yaml:7: sdk: '>=0.8.10+6 <2.0.0' Shouldn't we just make this ...
6 years, 10 months ago (2014-02-18 07:41:37 UTC) #2
floitsch
dbc. https://codereview.chromium.org/169363008/diff/30002/pkg/crypto/lib/src/md5.dart File pkg/crypto/lib/src/md5.dart (right): https://codereview.chromium.org/169363008/diff/30002/pkg/crypto/lib/src/md5.dart#newcode14 pkg/crypto/lib/src/md5.dart:14: MD5(): super(16, 4, false) { I usually keep ...
6 years, 10 months ago (2014-02-18 10:29:22 UTC) #3
kevmoo
https://codereview.chromium.org/169363008/diff/30002/pkg/crypto/lib/src/md5.dart File pkg/crypto/lib/src/md5.dart (right): https://codereview.chromium.org/169363008/diff/30002/pkg/crypto/lib/src/md5.dart#newcode14 pkg/crypto/lib/src/md5.dart:14: MD5(): super(16, 4, false) { On 2014/02/18 10:29:22, floitsch ...
6 years, 10 months ago (2014-02-18 14:23:27 UTC) #4
kevmoo
6 years, 10 months ago (2014-02-18 14:25:57 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r32742 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698