Annotate DeleteKey test with bug number.
am: abcd323019
Change-Id: I1e3eb2b93c0054fb48fc8dbd9e844a74736afe46
This commit is contained in:
commit
392db77668
1 changed files with 2 additions and 1 deletions
|
@ -4008,7 +4008,8 @@ TEST_F(KeyDeletionTest, DeleteKey) {
|
|||
Begin(KeyPurpose::SIGN, key_blob_, AuthorizationSetBuilder()
|
||||
.Digest(Digest::NONE)
|
||||
.Padding(PaddingMode::NONE),
|
||||
&begin_out_params, &op_handle_));
|
||||
&begin_out_params, &op_handle_))
|
||||
<< " (Possibly b/37623742)";
|
||||
} else {
|
||||
EXPECT_EQ(ErrorCode::OK, Begin(KeyPurpose::SIGN, key_blob_,
|
||||
AuthorizationSetBuilder()
|
||||
|
|
Loading…
Reference in a new issue