Work on e2e tests

This commit is contained in:
Jacob Dufault 2018-03-24 10:26:10 -07:00
parent 4270b4fdef
commit 33bd27b913

View File

@ -84,8 +84,8 @@ bool FindFileOrFail(QueryDatabase* db,
/*
LOG_S(INFO) << "Files (size=" << db->usr_to_file.size() << "): "
<< StringJoinMap(db->usr_to_file,
[](const std::pair<Usr, QueryFileId>& entry) {
return entry.first;
[](const std::pair<NormalizedPath, QueryFileId>& entry) {
return entry.first.path;
});
*/