When not equal a diff of the two strings highlighting the differences
will be included this way.
This is a flapping test.
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Andreas Schneider <asn@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Mon Jul 15 13:51:03 UTC 2024 on atb-devel-224
stderr=subprocess.STDOUT,
).communicate()[0]
- self.assertEqual(keytab_orig_content, keytab_content)
+ self.maxDiff = None # No maximum length of diffs.
+ self.assertMultiLineEqual(str(keytab_orig_content), str(keytab_content))
# Parse the first entry in the keytab
with open(self.ktfile, 'rb') as bytes_kt: