diff --git a/buildout/tests/assertSoftware.py b/buildout/tests/assertSoftware.py index 1d27d508b13237d974f5162214210130919af29b..f9a754ed16ff563fe5fd0c1599baf576ec6508a3 100644 --- a/buildout/tests/assertSoftware.py +++ b/buildout/tests/assertSoftware.py @@ -1472,7 +1472,7 @@ class AssertPysvn(AssertSoftwareMixin): ]) class AssertElfLinkedInternally(AssertSoftwareMixin): - def _xxtest(self): + def test(self): result_dict = {} root = os.path.join(os.path.abspath(os.curdir), 'parts') for dirpath, dirlist, filelist in os.walk(root):