[btree_damage_visitor] Introduce a DamagedKeys matcher in the tests.

This commit is contained in:
Joe Thornber
2013-05-17 11:42:55 +01:00
parent 08b2749191
commit 38dcde0c37
2 changed files with 5 additions and 6 deletions

View File

@@ -18,11 +18,6 @@ namespace persistent_data {
desc_(desc) {
}
// FIXME: Write a matcher instead. Does _not_ compare the descriptions
bool operator ==(damage const &rhs) const {
return (lost_keys_ == rhs.lost_keys_);
}
range<uint64_t> lost_keys_;
std::string desc_;
};