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

Cookie Store: Expand CookieChangeDispatcher's unit tests.

Bug: 729800
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs
Change-Id: I57c1ec0fbb6ec96164376d63c3cb5cfc30b5a610
Reviewed-on: https://chromium-review.googlesource.com/943402Reviewed-by: default avatarRandy Smith <rdsmith@chromium.org>
Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#540323}
parent 43e787c0
......@@ -66,6 +66,9 @@ INSTANTIATE_TYPED_TEST_CASE_P(AwCookieStoreWrapper,
CookieStoreTest,
android_webview::AwCookieStoreWrapperTestTraits);
INSTANTIATE_TYPED_TEST_CASE_P(AwCookieStoreWrapper,
CookieStoreChangeTest,
CookieStoreChangeGlobalTest,
android_webview::AwCookieStoreWrapperTestTraits);
INSTANTIATE_TYPED_TEST_CASE_P(AwCookieStoreWrapper,
CookieStoreChangeNamedTest,
android_webview::AwCookieStoreWrapperTestTraits);
} // namespace net
......@@ -55,7 +55,10 @@ INSTANTIATE_TYPED_TEST_CASE_P(InactiveCookieStoreIOS,
CookieStoreTest,
InactiveCookieStoreIOSTestTraits);
INSTANTIATE_TYPED_TEST_CASE_P(InactiveCookieStoreIOS,
CookieStoreChangeTest,
CookieStoreChangeGlobalTest,
InactiveCookieStoreIOSTestTraits);
INSTANTIATE_TYPED_TEST_CASE_P(InactiveCookieStoreIOS,
CookieStoreChangeNamedTest,
InactiveCookieStoreIOSTestTraits);
namespace {
......
......@@ -68,7 +68,10 @@ INSTANTIATE_TYPED_TEST_CASE_P(CookieStoreIOS,
CookieStoreTest,
CookieStoreIOSTestTraits);
INSTANTIATE_TYPED_TEST_CASE_P(CookieStoreIOS,
CookieStoreChangeTest,
CookieStoreChangeGlobalTest,
CookieStoreIOSTestTraits);
INSTANTIATE_TYPED_TEST_CASE_P(CookieStoreIOS,
CookieStoreChangeNamedTest,
CookieStoreIOSTestTraits);
namespace {
......
......@@ -131,7 +131,10 @@ INSTANTIATE_TYPED_TEST_CASE_P(CookieMonster,
CookieStoreTest,
CookieMonsterTestTraits);
INSTANTIATE_TYPED_TEST_CASE_P(CookieMonster,
CookieStoreChangeTest,
CookieStoreChangeGlobalTest,
CookieMonsterTestTraits);
INSTANTIATE_TYPED_TEST_CASE_P(CookieMonster,
CookieStoreChangeNamedTest,
CookieMonsterTestTraits);
template <typename T>
......
This diff is collapsed.
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