andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Unit test failures #188

Closed bjones1 closed 10 years ago

bjones1 commented 10 years ago

Running on qutepart head, enki head:

======================================================================
FAIL: test_2 (test_plugins.test_navigator.Parser)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Users\bjones\Documents\enki_all\enki\tests\test_core\..\test_plugins\
test_navigator.py", line 269, in test_2
    self.assertEqual(asDicts(tags), ref)
AssertionError: {('func', 3): {}, ('Cls', 1): {}} != {('Cls', 1): {('foobar', 2)
: {('func', 3): {}}}}
- {('Cls', 1): {}, ('func', 3): {}}
?               ^

+ {('Cls', 1): {('foobar', 2): {('func', 3): {}}}}
?               ^^^^^^^^^  +++++                ++

======================================================================
FAIL: test_3 (test_plugins.test_navigator.Parser)
Ignore warning from ctags
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Users\bjones\Documents\enki_all\enki\tests\test_core\..\test_plugins\
test_navigator.py", line 277, in test_3
    self.assertEqual(asDicts(tags), ref)
AssertionError: {('func', 4): {}, ('Cls', 2): {}} != {('Cls', 2): {('foobar', 3)
: {('func', 4): {}}}}
- {('Cls', 2): {}, ('func', 4): {}}
?               ^

+ {('Cls', 2): {('foobar', 3): {('func', 4): {}}}}
?               ^^^^^^^^^  +++++                ++

``
andreikop commented 10 years ago

Thanks, fixed