FAIL: testAppendPathComponent (rules.tests.test_pathutils.PathUtilsPathComponentTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "inference-rules/rules/tests/test_pathutils.py", line 101, in testAppendPathComponent
self._testFunctionWithData(pathutils.appendPathComponent, data, exp=True)
File "inference-rules/rules/tests/test_pathutils.py", line 10, in _testFunctionWithData
self.assertEqual(result, expectedResult, '%s != %s (%s)' % (repr(result), repr(expectedResult), args))
AssertionError: 'a/b//c' != 'a/b/c'
- a/b//c
? -
+ a/b/c
: 'a/b//c' != 'a/b/c' (('a/b', '//c'))