summaryrefslogtreecommitdiffstats
path: root/testsuite/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/common.py')
-rw-r--r--testsuite/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/common.py b/testsuite/common.py
index 944471ade..e0ff3ed19 100644
--- a/testsuite/common.py
+++ b/testsuite/common.py
@@ -167,7 +167,7 @@ class Bcfg2TestCase(TestCase):
sys.stderr = cls._stderr
if hasattr(TestCase, "assertCountEqual"):
- assertItemsEqual = assertCountEqual
+ assertItemsEqual = TestCase.assertCountEqual
def assertXMLEqual(self, el1, el2, msg=None):
""" Test that the two XML trees given are equal. """