Skip to content

Commit

Permalink
Bug 1308485 - Fix test name r=me DONTBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Taubert committed Oct 7, 2016
1 parent 7661738 commit 2745467
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -99,7 +99,7 @@ TEST_F(DERPrivateKeyImportTest, ImportPrivateRSAKey) {
EXPECT_FALSE(PORT_GetError());
}

TEST_F(DERPrivateKeyImportTest, importinvalidprivatekey) {
TEST_F(DERPrivateKeyImportTest, ImportInvalidPrivateKey) {
EXPECT_FALSE(ParsePrivateKey(kInvalidLengthKey));
EXPECT_EQ(PORT_GetError(), SEC_ERROR_BAD_DER);
}
Expand Down

0 comments on commit 2745467

Please sign in to comment.