summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2018-03-30 18:27:34 +0100
committerJelmer Vernooij <jelmer@jelmer.uk>2018-03-30 18:27:34 +0100
commit18a98a368816376b972ee23b7fd1fdf34d1f7658 (patch)
tree21c97221ab66fea70cb440e76045f8c82206e4e3
parentfe5b3d2b2d1f4298342c1b1a1d5631dbbf9270ce (diff)
downloadpython-fastimport-git-18a98a368816376b972ee23b7fd1fdf34d1f7658.tar.gz
Avoid assertMultiLineEqual - not available on python2.6.
-rw-r--r--fastimport/tests/test_info_processor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastimport/tests/test_info_processor.py b/fastimport/tests/test_info_processor.py
index 43dd50b..6904b50 100644
--- a/fastimport/tests/test_info_processor.py
+++ b/fastimport/tests/test_info_processor.py
@@ -49,7 +49,7 @@ class TestFastImportInfo(TestCase):
proc.process(p.iter_commands)
self.maxDiff = None
- self.assertMultiLineEqual(outf.getvalue(), """Command counts:
+ self.assertEqual(outf.getvalue(), """Command counts:
\t0\tblob
\t0\tcheckpoint
\t1\tcommit