Commit d5a9abac authored by Ilia Samsonov's avatar Ilia Samsonov Committed by Commit Bot

Add prefix to empty param tests.

googletest will no longer support empty prefix
for parameterized INSTANTIATE_TEST_SUITE_P.
Adding "All" prefix to existing empty prefix test suites.

This CL was uploaded by git cl split.

R=mpearson@chromium.org

Bug: 1023677
Change-Id: I8457197c508331469733229d84653115c9d77705
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1957559
Auto-Submit: Ilia Samsonov <isamsonov@google.com>
Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Commit-Queue: Ilia Samsonov <isamsonov@google.com>
Cr-Commit-Position: refs/heads/master@{#726531}
parent c27e1a37
...@@ -291,7 +291,7 @@ IN_PROC_BROWSER_TEST_P(SecurityIndicatorTest, CheckIndicatorText) { ...@@ -291,7 +291,7 @@ IN_PROC_BROWSER_TEST_P(SecurityIndicatorTest, CheckIndicatorText) {
const base::string16 kEvString = base::ASCIIToUTF16("Test CA [US]"); const base::string16 kEvString = base::ASCIIToUTF16("Test CA [US]");
const base::string16 kEmptyString = base::string16(); const base::string16 kEmptyString = base::string16();
INSTANTIATE_TEST_SUITE_P( INSTANTIATE_TEST_SUITE_P(
/* no prefix */, All,
SecurityIndicatorTest, SecurityIndicatorTest,
::testing::Values( ::testing::Values(
// Disabled (show EV UI in omnibox) // Disabled (show EV UI in omnibox)
......
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