Added a few edge case unittests for InvalidateEntry().

[ Merge of http://go/wvgerrit/95365 ]

The changes made to how DeleteEntry (now InvalidateEntry) works
introduced a few additional edge cases which were not covered from the
previous set of unit tests.

Bug: 150887808
Bug: 149100568
Test: Linux unit tests and Android unit tests
Change-Id: I263b72fb708c6546294af23ae5ddbd2e82da34df
This commit is contained in:
Alex Dale
2020-03-11 16:44:37 -07:00
parent da48461ba2
commit 1e5e221909
2 changed files with 526 additions and 8 deletions

View File

@@ -132,7 +132,6 @@ bool RetrieveUsageInfoLicense(DeviceFiles* device_files,
}
return true;
}
} // namespace
UsageTableHeader::UsageTableHeader()