Commit ebdcd255 authored by Victor Costan's avatar Victor Costan Committed by Commit Bot

Cookie Store: Remove instance name from unittests.

This CL removes a redundant "CookieStoreManagerTest/" prefix from all
unit test names. For example,
CookieStoreManagerTest/CookieStoreManagerTest.OneCookieChange/0 becomes
CookieStoreManagerTest.OneCookieChange/0.

Change-Id: I9f07ad0c322c55a7d26e5d02a16fb52aa1350844
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844152
Auto-Submit: Victor Costan <pwnall@chromium.org>
Reviewed-by: default avatarStaphany Park <staphany@chromium.org>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703470}
parent 434f2e67
......@@ -968,7 +968,7 @@ TEST_P(CookieStoreManagerTest, GetSubscriptionsFromWrongOrigin) {
EXPECT_FALSE(wrong_subscriptions_opt.has_value());
}
INSTANTIATE_TEST_SUITE_P(CookieStoreManagerTest,
INSTANTIATE_TEST_SUITE_P(,
CookieStoreManagerTest,
testing::Bool() /* reset_storage_during_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