Commit 6ffa4607 authored by eroman's avatar eroman Committed by Commit bot

Remove a TODO which is no longer applicable.

Review URL: https://codereview.chromium.org/503293003

Cr-Commit-Position: refs/heads/master@{#292206}
parent 69d3373d
...@@ -36,7 +36,6 @@ blink::WebCryptoAlgorithm CreateHmacKeyGenAlgorithm( ...@@ -36,7 +36,6 @@ blink::WebCryptoAlgorithm CreateHmacKeyGenAlgorithm(
TEST(WebCryptoHmacTest, HMACSampleSets) { TEST(WebCryptoHmacTest, HMACSampleSets) {
scoped_ptr<base::ListValue> tests; scoped_ptr<base::ListValue> tests;
ASSERT_TRUE(ReadJsonTestFileToList("hmac.json", &tests)); ASSERT_TRUE(ReadJsonTestFileToList("hmac.json", &tests));
// TODO(padolph): Missing known answer tests for HMAC SHA384, and SHA512.
for (size_t test_index = 0; test_index < tests->GetSize(); ++test_index) { for (size_t test_index = 0; test_index < tests->GetSize(); ++test_index) {
SCOPED_TRACE(test_index); SCOPED_TRACE(test_index);
base::DictionaryValue* test; base::DictionaryValue* test;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment