mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
prevent supression of failing round-trip tests
This commit is contained in:
parent
44a8c8e79e
commit
c960453ff4
|
@ -305,7 +305,7 @@ public:
|
|||
}
|
||||
|
||||
if (!compare_files(left_archive.read(left_member),
|
||||
left_archive.read(left_member), left_content_type))
|
||||
right_archive.read(left_member), left_content_type))
|
||||
{
|
||||
std::cout << left_member.string() << std::endl;
|
||||
match = false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user