MCPcopy Create free account
hub / github.com/PDAL/PDAL / compare_text_files

Function compare_text_files

test/unit/Support.cpp:279–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279bool compare_text_files(const std::string& file1, const std::string& file2)
280{
281 return diff_text_files(file1, file2) == 0;
282}
283
284bool compare_text_files(std::istream& str1, std::istream& str2)
285{

Callers 5

TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
testMeshFunction · 0.85
TESTFunction · 0.85

Calls 1

diff_text_filesFunction · 0.85

Tested by 5

TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
testMeshFunction · 0.68
TESTFunction · 0.68