Merge "Remove usage info clean up test tear down."
This commit is contained in:
@@ -707,16 +707,6 @@ class OfflineLicenseTest : public RebootTest {
|
||||
for (auto key_set : key_set_ids) {
|
||||
cdm_engine_.RemoveOfflineLicense(key_set, kSecurityLevelL1);
|
||||
}
|
||||
// TODO(b/215230202): Is this necessary? It doesn't seem to work.
|
||||
std::vector<std::string> ksids;
|
||||
std::vector<std::string> pst;
|
||||
std::string app_id = "";
|
||||
EXPECT_EQ(NO_ERROR,
|
||||
cdm_engine_.ListUsageIds(app_id, kSecurityLevelL1, &ksids, &pst));
|
||||
for (auto k : ksids) {
|
||||
EXPECT_EQ(NO_ERROR,
|
||||
cdm_engine_.DeleteUsageRecord(app_id, kSecurityLevelL1, k));
|
||||
}
|
||||
}
|
||||
|
||||
std::vector<std::vector<std::unique_ptr<OfflineLicense>>> test_case_;
|
||||
|
||||
Reference in New Issue
Block a user