Merge "Migrate tests to googletest 1.10+ API"
This commit is contained in:
committed by
Android (Google) Code Review
commit
9d84d5deba
@@ -1133,8 +1133,8 @@ TEST_P(ODKUseCase_LicenseWithRenewal, NullPointerTest) {
|
||||
timer_value_pointer);
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(RestrictRenewal, ODKUseCase_LicenseWithRenewal,
|
||||
::testing::Values(0, 1));
|
||||
INSTANTIATE_TEST_SUITE_P(RestrictRenewal, ODKUseCase_LicenseWithRenewal,
|
||||
::testing::Values(0, 1));
|
||||
|
||||
// Limited Duration License. (See above for notes on Use Case tests). The user
|
||||
// has 15 minutes to begin watching the movie. If a renewal is not received,
|
||||
|
||||
Reference in New Issue
Block a user