Annotate DeleteKey test with bug number.

Bug: 37623742
Change-Id: I2cb4bb39bacb3aabf5fff7937f60c7355c9636e3
Test: VTS test, manually run
This commit is contained in:
Shawn Willden
2017-04-24 10:48:16 -06:00
parent fcc6118882
commit abcd323019

View File

@@ -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()