examachine / pisi

PISI package manager of Pardus linux written in Python. The original development branch by the main author.
Other
39 stars 13 forks source link

tests: fix xmlext #48

Closed examachine closed 7 years ago

examachine commented 7 years ago
$ tests/run.py xmlext
* Running tests in xmlexttests
testAdd (xmlexttests.XmlExtTestCase) ... ok
testGet (xmlexttests.XmlExtTestCase) ... FAIL

======================================================================
FAIL: testGet (xmlexttests.XmlExtTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Volumes/Centauri/Users/malfunct/Code/projects/pisi/tests/xmlexttests.py", line 34, in testGet
    self.assertEqual(len(codeswith), 4)
AssertionError: 5 != 4

----------------------------------------------------------------------
Ran 2 tests in 0.002s

FAILED (failures=1)
examachine commented 7 years ago

fixed in git